net.sf.logdistiller.logtypes
Class SyslogLogEvent

java.lang.Object
  extended by net.sf.logdistiller.LogEvent
      extended by 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.


Field Summary
static LogType.Description DESCRIPTION
           
 String host
           
static String ID
           
static LogType LOGTYPE
           
 String message
           
 String pid
           
 String program
           
 String timestamp
           
 
Constructor Summary
SyslogLogEvent(net.sf.logdistiller.logtypes.SyslogLogEvent.Factory factory, String rawLog)
           
 
Method Summary
 
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
 

Field Detail

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
Constructor Detail

SyslogLogEvent

public SyslogLogEvent(net.sf.logdistiller.logtypes.SyslogLogEvent.Factory factory,
                      String rawLog)
               throws ParseException
Throws:
ParseException


Copyright © 2004-2009. All Rights Reserved.