public class Log4jLogEvent extends Object implements MdcLogEvent
| Constructor and Description |
|---|
Log4jLogEvent(org.apache.log4j.spi.LoggingEvent loggingEvent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLevelName() |
long |
getLogTimestamp() |
Object |
getMDC(String item) |
String |
getMessage() |
Object[] |
getParameters() |
String |
getSourceClassName() |
String |
getSourceMethodName() |
String |
getSyslogLevel() |
String |
getThreadName() |
Throwable |
getThrowable() |
public Log4jLogEvent(org.apache.log4j.spi.LoggingEvent loggingEvent)
public String getMessage()
getMessage in interface LogEventpublic Object[] getParameters()
getParameters in interface LogEventpublic String getThreadName()
getThreadName in interface LogEventpublic Throwable getThrowable()
getThrowable in interface LogEventpublic long getLogTimestamp()
getLogTimestamp in interface LogEventpublic String getLevelName()
getLevelName in interface LogEventpublic String getSyslogLevel()
getSyslogLevel in interface LogEventpublic String getSourceClassName()
getSourceClassName in interface LogEventpublic String getSourceMethodName()
getSourceMethodName in interface LogEventpublic Object getMDC(String item)
getMDC in interface MdcLogEventCopyright © 2013. All Rights Reserved.