class SimpleLogger
extends java.lang.Object
implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
SimpleLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(java.lang.Object message) |
void |
debug(java.lang.Object message,
java.lang.Throwable th) |
void |
error(java.lang.Object message) |
void |
error(java.lang.Object message,
java.lang.Throwable th) |
void |
fatal(java.lang.Object message) |
void |
fatal(java.lang.Object message,
java.lang.Throwable th) |
void |
info(java.lang.Object message) |
void |
info(java.lang.Object message,
java.lang.Throwable th) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(java.lang.Object message) |
void |
trace(java.lang.Object message,
java.lang.Throwable th) |
void |
warn(java.lang.Object message) |
void |
warn(java.lang.Object message,
java.lang.Throwable th) |
public void debug(java.lang.Object message)
debug in interface org.apache.commons.logging.Logpublic void debug(java.lang.Object message,
java.lang.Throwable th)
debug in interface org.apache.commons.logging.Logpublic void error(java.lang.Object message)
error in interface org.apache.commons.logging.Logpublic void error(java.lang.Object message,
java.lang.Throwable th)
error in interface org.apache.commons.logging.Logpublic void fatal(java.lang.Object message)
fatal in interface org.apache.commons.logging.Logpublic void fatal(java.lang.Object message,
java.lang.Throwable th)
fatal in interface org.apache.commons.logging.Logpublic void info(java.lang.Object message)
info in interface org.apache.commons.logging.Logpublic void info(java.lang.Object message,
java.lang.Throwable th)
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(java.lang.Object message)
trace in interface org.apache.commons.logging.Logpublic void trace(java.lang.Object message,
java.lang.Throwable th)
trace in interface org.apache.commons.logging.Logpublic void warn(java.lang.Object message)
warn in interface org.apache.commons.logging.Logpublic void warn(java.lang.Object message,
java.lang.Throwable th)
warn in interface org.apache.commons.logging.Log