public static interface Logger.LogBackEnd
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLogginEnabled(Logger.LogLevel logLevel)
Can be used to test if a given logging level is enabled.
|
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.boolean isLogginEnabled(Logger.LogLevel logLevel)
logLevel - the loglevel to test.Copyright © 2017. All rights reserved.