net.sf.logdistiller.logtypes
Class JBossLogEvent

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

Field Summary
 Date date
           
static LogType.Description DESCRIPTION
           
static String ID
           
 String level
           
 String logger
           
static LogType LOGTYPE
           
 String message
           
 String throwable
           
 String throwable_class
           
 String throwable_firstLine
           
 String timestamp
           
 
Constructor Summary
JBossLogEvent(net.sf.logdistiller.logtypes.JBossLogEvent.Factory factory, String firstLine, String secondLine, String throwable)
           
 
Method Summary
 int compareTo(Object o)
           
 
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

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

JBossLogEvent

public JBossLogEvent(net.sf.logdistiller.logtypes.JBossLogEvent.Factory factory,
                     String firstLine,
                     String secondLine,
                     String throwable)
              throws ParseException
Throws:
ParseException
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2004-2009. All Rights Reserved.