public class Logger.Slf4jLogBackEnd extends Object implements Logger.LogBackEnd
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,org.slf4j.Logger> |
loggers |
| Constructor and Description |
|---|
Slf4jLogBackEnd() |
| Modifier and Type | Method and Description |
|---|---|
protected org.slf4j.Logger |
getLogger(Class<?> clazz) |
void |
log(Class<?> clazz,
Logger.LogLevel loglevel,
String msg,
Object... params)
Invoked for every logging event.
|
public void log(Class<?> clazz, Logger.LogLevel loglevel, String msg, Object... params)
log in interface Logger.LogBackEndclazz - the class that sends the log message.loglevel - the logging level.msg - the message format string.params - the message parameters for the format string.protected org.slf4j.Logger getLogger(Class<?> clazz)
Copyright © 2020. All rights reserved.