| Constructor and Description |
|---|
JavaUtilLog(String className) |
| 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 msg)
Log a trace message.
|
void |
log(Log.Level level,
String msg,
Throwable throwable)
Log a trace message with a throwable.
|
public JavaUtilLog(String className)
public boolean isLevelEnabled(Log.Level level)
LogisLevelEnabled in interface Logpublic void log(Log.Level level, String msg)
LogThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.