public class SampleLogEvent extends LogEvent
SampleEvent| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
SampleLogEvent(Sample pSample)
Constructs an SampleLogEvent with the given SampleEvent
|
SampleLogEvent(Sample pSample,
java.lang.String pOriginator)
Constructs an SampleLogEvent with the given Sample and originator
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier()
Returns the String identifier for this type of log event.
|
java.lang.String |
getMessage()
Returns property Message
|
Sample |
getSample()
Returns property Sample
|
getDateTimeStamp, getNullObjectReplacement, getOriginator, getThrowable, getTimeStamp, getTokenSeperator, setNullObjectReplacement, setTokenSeperator, toString, toStringBuffer, writeLogLinePrefix, writeLogMessage, writeOriginatorPrefixpublic SampleLogEvent(Sample pSample)
public SampleLogEvent(Sample pSample, java.lang.String pOriginator)
public Sample getSample()
public java.lang.String getMessage()
getMessage in class LogEventpublic java.lang.String getIdentifier()
getIdentifier in class LogEvent