public class RuntimeFileLog
extends java.lang.Object
implements org.apache.commons.logging.Log
| Constructor and Description |
|---|
RuntimeFileLog(java.lang.String log_location,
java.util.UUID runUUID) |
| 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) |
java.lang.String |
getLogFilePath() |
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 RuntimeFileLog(java.lang.String log_location,
java.util.UUID runUUID)
public java.lang.String getLogFilePath()
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(java.lang.Object o)
trace in interface org.apache.commons.logging.Logpublic void trace(java.lang.Object o,
java.lang.Throwable throwable)
trace in interface org.apache.commons.logging.Logpublic void debug(java.lang.Object o)
debug in interface org.apache.commons.logging.Logpublic void debug(java.lang.Object o,
java.lang.Throwable throwable)
debug in interface org.apache.commons.logging.Logpublic void info(java.lang.Object o)
info in interface org.apache.commons.logging.Logpublic void info(java.lang.Object o,
java.lang.Throwable throwable)
info in interface org.apache.commons.logging.Logpublic void warn(java.lang.Object o)
warn in interface org.apache.commons.logging.Logpublic void warn(java.lang.Object o,
java.lang.Throwable throwable)
warn in interface org.apache.commons.logging.Logpublic void error(java.lang.Object o)
error in interface org.apache.commons.logging.Logpublic void error(java.lang.Object o,
java.lang.Throwable throwable)
error in interface org.apache.commons.logging.Logpublic void fatal(java.lang.Object o)
fatal in interface org.apache.commons.logging.Logpublic void fatal(java.lang.Object o,
java.lang.Throwable throwable)
fatal in interface org.apache.commons.logging.Logpublic void trace(StampedeEvent o)
public void debug(StampedeEvent o)
public void info(StampedeEvent o)
public void warn(StampedeEvent o)
public void error(StampedeEvent o)
public void fatal(StampedeEvent o)