net.sf.logdistiller.logtypes
Class JBossLogEvent
java.lang.Object
net.sf.logdistiller.LogEvent
net.sf.logdistiller.logtypes.JBossLogEvent
- All Implemented Interfaces:
- Comparable
public class JBossLogEvent
- extends LogEvent
- implements Comparable
Log event for JBoss's server logs. By default, the classification rules generated by
the GUI for this type of logs will sort events based on the following attributes: level
then
logger
.
- Since:
- 0.9
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
date
public final Date date
level
public final String level
logger
public final String logger
message
public final String message
throwable
public final String throwable
throwable_firstLine
public final String throwable_firstLine
throwable_class
public final String throwable_class
LOGTYPE
public static final LogType LOGTYPE
DESCRIPTION
public static final LogType.Description DESCRIPTION
JBossLogEvent
public JBossLogEvent(net.sf.logdistiller.logtypes.JBossLogEvent.Factory factory,
String firstLine,
String secondLine,
String throwable)
throws ParseException
- Throws:
ParseException
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 2004-2009. All Rights Reserved.