public class WeblogicLogEvent extends LogEvent implements Comparable<WeblogicLogEvent>
MMM d, yyyy K:mm:ss a zz
with en_US
locale, but you can change these values with logtype
parameters date.format
(expressed as a
java.text.SimpleDateFormat pattern)
and date.locale
.<logtype id="weblogic"> <param name="date.locale">fr_FR</param> <param name="date.format">MMM d, yyyy K:mm:ss a zz</param> </logtype>By default, the classification rules generated by the GUI for this type of logs will sort events based on the following attributes:
severity
, then subsystem
then message_id
.SimpleDateFormat
Modifier and Type | Field and Description |
---|---|
Date |
date |
static String |
ID |
static LogType |
LOGTYPE |
String |
machine |
String |
message_id |
String |
message_text |
String |
server |
String |
severity |
String |
stacktrace |
String |
subsystem |
String |
thread_id |
String |
timestamp |
String |
transaction_id |
String |
user_id |
Constructor and Description |
---|
WeblogicLogEvent(net.sf.logdistiller.logtypes.WeblogicLogEvent.Factory factory,
String rawLog) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WeblogicLogEvent o) |
checkInitialized, dump, dump, getAttribute, getAttribute, getAttributes, getAttributesCount, getFactory, getRawLog, getTimestamp, getValue, setAttributes
public static final String ID
public final String transaction_id
public final String message_id
public final String message_text
public final String stacktrace
public WeblogicLogEvent(net.sf.logdistiller.logtypes.WeblogicLogEvent.Factory factory, String rawLog) throws ParseException
ParseException
public int compareTo(WeblogicLogEvent o)
compareTo
in interface Comparable<WeblogicLogEvent>
Copyright © 2004–2014. All rights reserved.