Skip to content
Snippets Groups Projects
Commit cbf6bc1e authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Remove Logger SPI

parent 5203f556
No related branches found
No related tags found
2 merge requests!2#414 Remaining changes from MR,!1planning#414 Methoden Signaturen (Zwischenstand)
package de.fitko.fitconnect.api.logger;
import java.util.logging.Logger;
/**
* Provider that allows to register a custom {@link Logger} implementation.
*
*/
public interface LoggingProvider {
/**
* Creates a new custom {@link Logger}.
*
* @param name custom name for the logger
* @return Implementation of a {@link Logger}
*/
Logger createLogger(final String name);
}
de.fitko.fitconnect.core.logger.DefaultLoggingProvider
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment