atg.nucleus.logging
Class InfoLogEvent

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

public class InfoLogEvent
extends LogEvent

An information log event.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
InfoLogEvent(java.lang.String pMessage)
          Constructs a InfoLogEvent with the given message.
InfoLogEvent(java.lang.String pMessage, java.lang.String pOriginator)
          Constructs a InfoLogEvent with the given message and originator
InfoLogEvent(java.lang.String pMessage, java.lang.String pOriginator, java.lang.Throwable pThrowable)
          Constructs a InfoLogEvent with the given message, originator and throwable
InfoLogEvent(java.lang.String pMessage, java.lang.Throwable pThrowable)
          Constructs a InfoLogEvent 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

InfoLogEvent

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


InfoLogEvent

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


InfoLogEvent

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


InfoLogEvent

public InfoLogEvent(java.lang.String pMessage,
                    java.lang.String pOriginator,
                    java.lang.Throwable pThrowable)
Constructs a InfoLogEvent 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