public static interface Logger.LogBackEnd
| Modifier and Type | Method and 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 © 2020. All rights reserved.