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, isWarnEnabled
public 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.Log
trace
in class CorrelationMDCAwareLogger
public void trace(java.lang.Object o, java.lang.Throwable throwable)
trace
in interface org.apache.commons.logging.Log
trace
in class CorrelationMDCAwareLogger
public void debug(java.lang.Object o)
debug
in interface org.apache.commons.logging.Log
debug
in class CorrelationMDCAwareLogger
public void debug(java.lang.Object o, java.lang.Throwable throwable)
debug
in interface org.apache.commons.logging.Log
debug
in class CorrelationMDCAwareLogger
public void info(java.lang.Object o)
info
in interface org.apache.commons.logging.Log
info
in class CorrelationMDCAwareLogger
public void info(java.lang.Object o, java.lang.Throwable throwable)
info
in interface org.apache.commons.logging.Log
info
in class CorrelationMDCAwareLogger
public void warn(java.lang.Object o)
warn
in interface org.apache.commons.logging.Log
warn
in class CorrelationMDCAwareLogger
public void warn(java.lang.Object o, java.lang.Throwable throwable)
warn
in interface org.apache.commons.logging.Log
warn
in class CorrelationMDCAwareLogger
public void error(java.lang.Object o)
error
in interface org.apache.commons.logging.Log
error
in class CorrelationMDCAwareLogger
public void error(java.lang.Object o, java.lang.Throwable throwable)
error
in interface org.apache.commons.logging.Log
error
in class CorrelationMDCAwareLogger
public void fatal(java.lang.Object o)
fatal
in interface org.apache.commons.logging.Log
fatal
in class CorrelationMDCAwareLogger
public void fatal(java.lang.Object o, java.lang.Throwable throwable)
fatal
in interface org.apache.commons.logging.Log
fatal
in class CorrelationMDCAwareLogger
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.