public interface Log
Modifier and Type | Interface and Description |
---|---|
static class |
Log.Level
Level of log messages being sent.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isLevelEnabled(Log.Level level)
Returns true if the log mode is in trace or higher.
|
void |
log(Log.Level level,
String message)
Log a trace message.
|
void |
log(Log.Level level,
String message,
Throwable t)
Log a trace message with a throwable.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.