public class CorrelationMDCImmediateLogger extends CorrelationMDCAwareLogger
| Constructor and Description |
|---|
CorrelationMDCImmediateLogger(java.lang.Object correlationId,
org.apache.commons.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(java.lang.Object o) |
void |
debug(java.lang.Object o,
java.lang.Throwable throwable) |
void |
error(java.lang.Object o) |
void |
error(java.lang.Object o,
java.lang.Throwable throwable) |
void |
fatal(java.lang.Object o) |
void |
fatal(java.lang.Object o,
java.lang.Throwable throwable) |
void |
info(java.lang.Object o) |
void |
info(java.lang.Object o,
java.lang.Throwable throwable) |
void |
trace(java.lang.Object o) |
void |
trace(java.lang.Object o,
java.lang.Throwable throwable) |
void |
warn(java.lang.Object o) |
void |
warn(java.lang.Object o,
java.lang.Throwable throwable) |
isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabledpublic CorrelationMDCImmediateLogger(java.lang.Object correlationId,
org.apache.commons.logging.Log log)
public void trace(java.lang.Object o)
trace in interface org.apache.commons.logging.Logtrace in class CorrelationMDCAwareLoggerpublic void trace(java.lang.Object o,
java.lang.Throwable throwable)
trace in interface org.apache.commons.logging.Logtrace in class CorrelationMDCAwareLoggerpublic void debug(java.lang.Object o)
debug in interface org.apache.commons.logging.Logdebug in class CorrelationMDCAwareLoggerpublic void debug(java.lang.Object o,
java.lang.Throwable throwable)
debug in interface org.apache.commons.logging.Logdebug in class CorrelationMDCAwareLoggerpublic void info(java.lang.Object o)
info in interface org.apache.commons.logging.Loginfo in class CorrelationMDCAwareLoggerpublic void info(java.lang.Object o,
java.lang.Throwable throwable)
info in interface org.apache.commons.logging.Loginfo in class CorrelationMDCAwareLoggerpublic void warn(java.lang.Object o)
warn in interface org.apache.commons.logging.Logwarn in class CorrelationMDCAwareLoggerpublic void warn(java.lang.Object o,
java.lang.Throwable throwable)
warn in interface org.apache.commons.logging.Logwarn in class CorrelationMDCAwareLoggerpublic void error(java.lang.Object o)
error in interface org.apache.commons.logging.Logerror in class CorrelationMDCAwareLoggerpublic void error(java.lang.Object o,
java.lang.Throwable throwable)
error in interface org.apache.commons.logging.Logerror in class CorrelationMDCAwareLoggerpublic void fatal(java.lang.Object o)
fatal in interface org.apache.commons.logging.Logfatal in class CorrelationMDCAwareLoggerpublic void fatal(java.lang.Object o,
java.lang.Throwable throwable)
fatal in interface org.apache.commons.logging.Logfatal in class CorrelationMDCAwareLoggerCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.