org.ops4j.pax.logging.spi
Interface PaxLoggingEvent

All Known Implementing Classes:
PaxLoggingEventImpl

public interface PaxLoggingEvent


Method Summary
 java.lang.String getFQNOfLoggerClass()
           
 PaxLevel getLevel()
           
 PaxLocationInfo getLocationInformation()
           
 java.lang.String getLoggerName()
           
 java.lang.String getMessage()
           
 java.util.Map getProperties()
           
 java.lang.String getRenderedMessage()
           
 java.lang.String getThreadName()
           
 java.lang.String[] getThrowableStrRep()
           
 long getTimeStamp()
           
 boolean locationInformationExists()
           
 

Method Detail

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.