public class EJCLog extends Object implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
EJCLog(EJCLogFactory.Level level) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object object) |
void |
debug(Object object,
Throwable throwable) |
void |
error(Object object) |
void |
error(Object object,
Throwable throwable) |
void |
fatal(Object object) |
void |
fatal(Object object,
Throwable throwable) |
void |
info(Object object) |
void |
info(Object object,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
setLevel(EJCLogFactory.Level level) |
void |
trace(Object object) |
void |
trace(Object object,
Throwable throwable) |
void |
warn(Object object) |
void |
warn(Object object,
Throwable throwable) |
public EJCLog(EJCLogFactory.Level level)
public void setLevel(EJCLogFactory.Level level)
public void debug(Object object)
debug in interface org.apache.commons.logging.Logpublic void debug(Object object, Throwable throwable)
debug in interface org.apache.commons.logging.Logpublic void error(Object object)
error in interface org.apache.commons.logging.Logpublic void error(Object object, Throwable throwable)
error in interface org.apache.commons.logging.Logpublic void fatal(Object object)
fatal in interface org.apache.commons.logging.Logpublic void fatal(Object object, Throwable throwable)
fatal in interface org.apache.commons.logging.Logpublic void info(Object object)
info in interface org.apache.commons.logging.Logpublic void info(Object object, Throwable throwable)
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 object)
trace in interface org.apache.commons.logging.Logpublic void trace(Object object, Throwable throwable)
trace in interface org.apache.commons.logging.Logpublic void warn(Object object)
warn in interface org.apache.commons.logging.LogCopyright © 2020. All rights reserved.