Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » chainsaw » [javadoc | source]
org.apache.log4j.chainsaw
class: EventDetails [javadoc | source]
java.lang.Object
   org.apache.log4j.chainsaw.EventDetails
Represents the details of a logging event. It is intended to overcome the problem that a LoggingEvent cannot be constructed with purely fake data.
Constructor:
 EventDetails(LoggingEvent aEvent) 
    Creates a new EventDetails instance.
    Parameters:
    aEvent - a LoggingEvent value
 EventDetails(long aTimeStamp,
    Priority aPriority,
    String aCategoryName,
    String aNDC,
    String aThreadName,
    String aMessage,
    String[] aThrowableStrRep,
    String aLocationDetails) 
    Creates a new EventDetails instance.
    Parameters:
    aTimeStamp - a long value
    aPriority - a Priority value
    aCategoryName - a String value
    aNDC - a String value
    aThreadName - a String value
    aMessage - a String value
    aThrowableStrRep - a String[] value
    aLocationDetails - a String value
Method from org.apache.log4j.chainsaw.EventDetails Summary:
getCategoryName,   getLocationDetails,   getMessage,   getNDC,   getPriority,   getThreadName,   getThrowableStrRep,   getTimeStamp
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.chainsaw.EventDetails Detail:
 String getCategoryName() 
 String getLocationDetails() 
 String getMessage() 
 String getNDC() 
 Priority getPriority() 
 String getThreadName() 
 String[] getThrowableStrRep() 
 long getTimeStamp()