atg.nucleus.logging
Class DebugLogEvent

java.lang.Object
  extended by atg.nucleus.logging.LogEvent
      extended by atg.nucleus.logging.DebugLogEvent

public class DebugLogEvent
extends LogEvent

A debug information log event.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
DebugLogEvent(java.lang.String pMessage)
          Constructs a DebugLogEvent with the given message.
DebugLogEvent(java.lang.String pMessage, java.lang.String pOriginator)
          Constructs a DebugLogEvent with the given message and originator
DebugLogEvent(java.lang.String pMessage, java.lang.String pOriginator, java.lang.Throwable pThrowable)
          Constructs a DebugLogEvent with the given message, originator and throwable
DebugLogEvent(java.lang.String pMessage, java.lang.Throwable pThrowable)
          Constructs a DebugLogEvent with the given message and throwable
 
Method Summary
 java.lang.String getIdentifier()
          Returns the String identifier for this type of log event.
 
Methods inherited from class atg.nucleus.logging.LogEvent
getDateTimeStamp, getMessage, getNullObjectReplacement, getOriginator, getThrowable, getTimeStamp, getTokenSeperator, setNullObjectReplacement, setTokenSeperator, toString, toStringBuffer, writeLogLinePrefix, writeLogMessage, writeOriginatorPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

DebugLogEvent

public DebugLogEvent(java.lang.String pMessage)
Constructs a DebugLogEvent with the given message.


DebugLogEvent

public DebugLogEvent(java.lang.String pMessage,
                     java.lang.String pOriginator)
Constructs a DebugLogEvent with the given message and originator


DebugLogEvent

public DebugLogEvent(java.lang.String pMessage,
                     java.lang.Throwable pThrowable)
Constructs a DebugLogEvent with the given message and throwable


DebugLogEvent

public DebugLogEvent(java.lang.String pMessage,
                     java.lang.String pOriginator,
                     java.lang.Throwable pThrowable)
Constructs a DebugLogEvent with the given message, originator and throwable

Method Detail

getIdentifier

public java.lang.String getIdentifier()
Returns the String identifier for this type of log event.

Overrides:
getIdentifier in class LogEvent