| java.lang.Object org.jahia.sqlprofiler.gui.EventDetails
EventDetails | class EventDetails (Code) | | Represents the details of a logging event. It is intended to overcome the
problem that a LoggingEvent cannot be constructed with purely fake data.
author: Oliver Burn version: 1.0 |
Constructor Summary | |
| EventDetails(long aTimeStamp, Priority aPriority, String aCategoryName, String aNDC, String aThreadName, String aMessage, String[] aThrowableStrRep, String aLocationDetails) Creates a new EventDetails instance. | | EventDetails(LoggingEvent aEvent) Creates a new EventDetails instance. |
EventDetails | EventDetails(long aTimeStamp, Priority aPriority, String aCategoryName, String aNDC, String aThreadName, String aMessage, String[] aThrowableStrRep, String aLocationDetails)(Code) | | Creates a new EventDetails instance.
Parameters: aTimeStamp - a long value Parameters: aPriority - a Priority value Parameters: aCategoryName - a String value Parameters: aNDC - a String value Parameters: aThreadName - a String value Parameters: aMessage - a String value Parameters: aThrowableStrRep - a String[] value Parameters: aLocationDetails - a String value |
EventDetails | EventDetails(LoggingEvent aEvent)(Code) | | Creates a new EventDetails instance.
Parameters: aEvent - a LoggingEvent value |
|
|