net.sf.logdistiller.logtypes
Class SyslogLogEvent
java.lang.Object
net.sf.logdistiller.LogEvent
net.sf.logdistiller.logtypes.SyslogLogEvent
public class SyslogLogEvent
- extends LogEvent
Log event for Unix syslog facility. By default, the classification rules generated by the GUI for this type of logs
will sort events based on the following attributes: host
, then program
.
Constructor Summary |
SyslogLogEvent(net.sf.logdistiller.logtypes.SyslogLogEvent.Factory factory,
String rawLog)
|
Methods inherited from class net.sf.logdistiller.LogEvent |
checkInitialized, dump, dump, getAttribute, getAttribute, getAttributes, getAttributesCount, getFactory, getRawLog, getTimestamp, getValue, setAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
timestamp
public final String timestamp
host
public final String host
program
public final String program
pid
public final String pid
message
public final String message
LOGTYPE
public static final LogType LOGTYPE
DESCRIPTION
public static final LogType.Description DESCRIPTION
SyslogLogEvent
public SyslogLogEvent(net.sf.logdistiller.logtypes.SyslogLogEvent.Factory factory,
String rawLog)
throws ParseException
- Throws:
ParseException
Copyright © 2004-2009. All Rights Reserved.