public abstract class LogDelegator extends Object implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
LogDelegator(org.apache.commons.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object o) |
void |
debug(Object o,
Throwable thrwbl) |
void |
error(Object o) |
void |
error(Object o,
Throwable thrwbl) |
void |
fatal(Object o) |
void |
fatal(Object o,
Throwable thrwbl) |
void |
info(Object o) |
void |
info(Object o,
Throwable thrwbl) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object o) |
void |
trace(Object o,
Throwable thrwbl) |
void |
warn(Object o) |
void |
warn(Object o,
Throwable thrwbl) |
public void warn(Object o, Throwable thrwbl)
warn in interface org.apache.commons.logging.Logpublic void warn(Object o)
warn in interface org.apache.commons.logging.Logpublic void trace(Object o, Throwable thrwbl)
trace in interface org.apache.commons.logging.Logpublic void trace(Object o)
trace in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic void info(Object o, Throwable thrwbl)
info in interface org.apache.commons.logging.Logpublic void info(Object o)
info in interface org.apache.commons.logging.Logpublic void fatal(Object o, Throwable thrwbl)
fatal in interface org.apache.commons.logging.Logpublic void fatal(Object o)
fatal in interface org.apache.commons.logging.Logpublic void error(Object o, Throwable thrwbl)
error in interface org.apache.commons.logging.Logpublic void error(Object o)
error in interface org.apache.commons.logging.Logpublic void debug(Object o, Throwable thrwbl)
debug in interface org.apache.commons.logging.Logpublic void debug(Object o)
debug in interface org.apache.commons.logging.LogCopyright © 2016. All Rights Reserved.