org.ops4j.pax.logging.spi
Interface PaxLoggingEvent
- All Known Implementing Classes:
- PaxLoggingEventImpl
public interface PaxLoggingEvent
getLocationInformation
PaxLocationInfo getLocationInformation()
getLevel
PaxLevel getLevel()
getLoggerName
java.lang.String getLoggerName()
getMessage
java.lang.String getMessage()
getRenderedMessage
java.lang.String getRenderedMessage()
getThreadName
java.lang.String getThreadName()
getThrowableStrRep
java.lang.String[] getThrowableStrRep()
locationInformationExists
boolean locationInformationExists()
getTimeStamp
long getTimeStamp()
getFQNOfLoggerClass
java.lang.String getFQNOfLoggerClass()
getProperties
java.util.Map getProperties()
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.