public interface LogBackend
Modifier and Type | Method and Description |
---|---|
boolean |
isLevelEnabled(Level level)
Returns true if the log level argument is enabled meaning that the log messages should be shown.
|
void |
log(Level level,
String message)
Log a message.
|
void |
log(Level level,
String message,
Throwable throwable)
Log a message with a throwable which is guaranteed to not be null.
|
boolean isLevelEnabled(Level level)
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.