Logger.Slf4jLogBackEndpublic static interface Logger.LogBackEnd
| Modifier and Type | Method | Description |
|---|---|---|
void |
log(Class<?> clazz,
Logger.LogLevel loglevel,
String msg,
Object... params) |
Invoked for every logging event.
|
void log(Class<?> clazz, Logger.LogLevel loglevel, String msg, Object... params)
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.Copyright © 2019. All rights reserved.