net.sf.logdistiller.logtypes
Class SimpleLineLogEvent
java.lang.Object
net.sf.logdistiller.LogEvent
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.
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
text
public final String text
LOGTYPE
public static final LogType LOGTYPE
DESCRIPTION
public static final LogType.Description DESCRIPTION
SimpleLineLogEvent
public SimpleLineLogEvent(net.sf.logdistiller.logtypes.SimpleLineLogEvent.Factory factory,
String rawLog)
throws ParseException
- Throws:
ParseException
Copyright © 2004-2009. All Rights Reserved.