public class LogFactory.LogImpl extends Object implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
LogImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object o) |
void |
debug(Object o,
Throwable arg1) |
void |
error(Object o) |
void |
error(Object o,
Throwable arg1) |
void |
fatal(Object o) |
void |
fatal(Object o,
Throwable arg1) |
void |
info(Object o) |
void |
info(Object o,
Throwable arg1) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object o) |
void |
trace(Object o,
Throwable arg1) |
void |
warn(Object o) |
void |
warn(Object o,
Throwable arg1) |
public void debug(Object o, Throwable arg1)
debug in interface org.apache.commons.logging.Logpublic void debug(Object o)
debug in interface org.apache.commons.logging.Logpublic void error(Object o, Throwable arg1)
error in interface org.apache.commons.logging.Logpublic void error(Object o)
error in interface org.apache.commons.logging.Logpublic void fatal(Object o, Throwable arg1)
fatal in interface org.apache.commons.logging.Logpublic void fatal(Object o)
fatal in interface org.apache.commons.logging.Logpublic void info(Object o, Throwable arg1)
info in interface org.apache.commons.logging.Logpublic void info(Object o)
info in interface org.apache.commons.logging.Logpublic 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, Throwable arg1)
trace in interface org.apache.commons.logging.Logpublic void trace(Object o)
trace in interface org.apache.commons.logging.Logpublic void warn(Object o, Throwable arg1)
warn in interface org.apache.commons.logging.Logpublic void warn(Object o)
warn in interface org.apache.commons.logging.LogCopyright © 2017. All rights reserved.