Class Logger.Slf4jLogBackEnd
java.lang.Object
com.github.markusbernhardt.proxy.util.Logger.Slf4jLogBackEnd
- All Implemented Interfaces:
Logger.LogBackEnd
- Enclosing class:
Logger
Slf4j logging backend.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
loggers
-
-
Constructor Details
-
Slf4jLogBackEnd
public Slf4jLogBackEnd()
-
-
Method Details
-
log
Invoked for every logging event.- Specified by:
login interfaceLogger.LogBackEnd- Parameters:
clazz- the class that sends the log message.loglevel- the logging level.msg- the message format string.params- the message parameters for the format string.
-
getLogger
-