public class CommonsLogWrapper extends Object implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
CommonsLogWrapper(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object o) |
void |
debug(Object o,
Throwable throwable) |
void |
error(Object o) |
void |
error(Object o,
Throwable throwable) |
void |
fatal(Object o) |
void |
fatal(Object o,
Throwable throwable) |
void |
info(Object o) |
void |
info(Object o,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object o) |
void |
trace(Object o,
Throwable throwable) |
void |
warn(Object o) |
void |
warn(Object o,
Throwable throwable) |
public CommonsLogWrapper(String name)
public boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic void trace(Object o)
trace in interface org.apache.commons.logging.Logpublic void trace(Object o, Throwable throwable)
trace in interface org.apache.commons.logging.Logpublic void debug(Object o)
debug in interface org.apache.commons.logging.Logpublic void debug(Object o, Throwable throwable)
debug in interface org.apache.commons.logging.Logpublic void info(Object o)
info in interface org.apache.commons.logging.Logpublic void info(Object o, Throwable throwable)
info in interface org.apache.commons.logging.Logpublic void warn(Object o)
warn in interface org.apache.commons.logging.Logpublic void warn(Object o, Throwable throwable)
warn in interface org.apache.commons.logging.Logpublic void error(Object o)
error in interface org.apache.commons.logging.Logpublic void error(Object o, Throwable throwable)
error in interface org.apache.commons.logging.Logpublic void fatal(Object o)
fatal in interface org.apache.commons.logging.LogCopyright © 2016. All rights reserved.