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