| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
CommonsLogger(Class c) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg,
Object... arg) |
void |
debug(Throwable t,
String msg,
Object... arg) |
void |
error(String msg,
Object... arg) |
void |
error(Throwable t,
String msg,
Object... arg) |
void |
info(String msg,
Object... arg) |
void |
info(Throwable t,
String msg,
Object... arg) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(String msg,
Object... arg) |
void |
trace(Throwable t,
String msg,
Object... arg) |
void |
warn(String msg,
Object... arg) |
void |
warn(Throwable t,
String msg,
Object... arg) |
protected final org.apache.commons.logging.Log logger
protected final String className
public CommonsLogger(Class c)
public boolean isTraceEnabled()
isTraceEnabled in interface ILoggerpublic boolean isDebugEnabled()
isDebugEnabled in interface ILoggerpublic boolean isInfoEnabled()
isInfoEnabled in interface ILoggerpublic boolean isWarnEnabled()
isWarnEnabled in interface ILoggerpublic boolean isErrorEnabled()
isErrorEnabled in interface ILoggerCopyright © 2015. All Rights Reserved.