net.sf.logdistiller.logtypes
Class SimpleLineLogEvent

java.lang.Object
  extended by net.sf.logdistiller.LogEvent
      extended by net.sf.logdistiller.logtypes.SimpleLineLogEvent

public class SimpleLineLogEvent
extends LogEvent

Generic log event for simple files where one line is one logevent, with an unique attribute named text. By default, the classification rules generated by the GUI for this type of logs won't be able to sort events, as the log event structure is too generic.


Field Summary
static LogType.Description DESCRIPTION
           
static String ID
           
static LogType LOGTYPE
           
 String text
           
 
Constructor Summary
SimpleLineLogEvent(net.sf.logdistiller.logtypes.SimpleLineLogEvent.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

text

public final String text

LOGTYPE

public static final LogType LOGTYPE

DESCRIPTION

public static final LogType.Description DESCRIPTION
Constructor Detail

SimpleLineLogEvent

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


Copyright © 2004-2009. All Rights Reserved.