Logger.LogBackEndpublic class Logger.Slf4jLogBackEnd extends Object implements Logger.LogBackEnd
| Modifier and Type | Field | Description |
|---|---|---|
protected Map<Class<?>,org.slf4j.Logger> |
loggers |
| Constructor | Description |
|---|---|
Slf4jLogBackEnd() |
| Modifier and Type | Method | 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 © 2019. All rights reserved.