public class StampedeLogger extends java.lang.Object implements org.apache.commons.logging.Log, StampedeLoggerInterface
Constructor and Description |
---|
StampedeLogger() |
Modifier and Type | Method and Description |
---|---|
void |
debug(java.lang.Object o) |
void |
debug(java.lang.Object o,
java.lang.Throwable throwable) |
void |
debug(StampedeEvent o) |
void |
error(java.lang.Object o) |
void |
error(java.lang.Object o,
java.lang.Throwable throwable) |
void |
error(StampedeEvent o) |
void |
fatal(java.lang.Object o) |
void |
fatal(java.lang.Object o,
java.lang.Throwable throwable) |
void |
fatal(StampedeEvent o) |
static StampedeLogger |
getLog() |
void |
info(java.lang.Object o) |
void |
info(java.lang.Object o,
java.lang.Throwable throwable) |
void |
info(StampedeEvent o) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(java.lang.Object o) |
void |
trace(java.lang.Object o,
java.lang.Throwable throwable) |
void |
trace(StampedeEvent o) |
void |
warn(java.lang.Object o) |
void |
warn(java.lang.Object o,
java.lang.Throwable throwable) |
void |
warn(StampedeEvent o) |
public static StampedeLogger getLog()
public boolean isDebugEnabled()
isDebugEnabled
in interface org.apache.commons.logging.Log
public boolean isErrorEnabled()
isErrorEnabled
in interface org.apache.commons.logging.Log
public boolean isFatalEnabled()
isFatalEnabled
in interface org.apache.commons.logging.Log
public boolean isInfoEnabled()
isInfoEnabled
in interface org.apache.commons.logging.Log
public boolean isTraceEnabled()
isTraceEnabled
in interface org.apache.commons.logging.Log
public boolean isWarnEnabled()
isWarnEnabled
in interface org.apache.commons.logging.Log
public void trace(StampedeEvent o)
trace
in interface StampedeLoggerInterface
public void debug(StampedeEvent o)
debug
in interface StampedeLoggerInterface
public void info(StampedeEvent o)
info
in interface StampedeLoggerInterface
public void warn(StampedeEvent o)
warn
in interface StampedeLoggerInterface
public void error(StampedeEvent o)
error
in interface StampedeLoggerInterface
public void fatal(StampedeEvent o)
fatal
in interface StampedeLoggerInterface
public void trace(java.lang.Object o)
trace
in interface org.apache.commons.logging.Log
public void trace(java.lang.Object o, java.lang.Throwable throwable)
trace
in interface org.apache.commons.logging.Log
public void debug(java.lang.Object o)
debug
in interface org.apache.commons.logging.Log
public void debug(java.lang.Object o, java.lang.Throwable throwable)
debug
in interface org.apache.commons.logging.Log
public void info(java.lang.Object o)
info
in interface org.apache.commons.logging.Log
public void info(java.lang.Object o, java.lang.Throwable throwable)
info
in interface org.apache.commons.logging.Log
public void warn(java.lang.Object o)
warn
in interface org.apache.commons.logging.Log
public void warn(java.lang.Object o, java.lang.Throwable throwable)
warn
in interface org.apache.commons.logging.Log
public void error(java.lang.Object o)
error
in interface org.apache.commons.logging.Log
public void error(java.lang.Object o, java.lang.Throwable throwable)
error
in interface org.apache.commons.logging.Log
public void fatal(java.lang.Object o)
fatal
in interface org.apache.commons.logging.Log
public void fatal(java.lang.Object o, java.lang.Throwable throwable)
fatal
in interface org.apache.commons.logging.Log