public class JBossLogEvent extends LogEvent implements Comparable<JBossLogEvent>
level
then
logger
.Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
JBossLogEvent(LogEvent.Factory factory,
String firstLine,
String secondLine,
String throwable) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JBossLogEvent o) |
checkInitialized, dump, dump, getAttribute, getAttribute, getAttributes, getAttributesCount, getFactory, getRawLog, getTimestamp, getValue, setAttributes
public static final String ID
public final String throwable_firstLine
public final String throwable_class
public static final LogType.Description DESCRIPTION
public JBossLogEvent(LogEvent.Factory factory, String firstLine, String secondLine, String throwable) throws ParseException
ParseException
public int compareTo(JBossLogEvent o)
compareTo
in interface Comparable<JBossLogEvent>
Copyright © 2004–2014. All rights reserved.