Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.logtypes |
Parsers for different types of log files.
|
net.sf.logdistiller.plugins |
Plugins to extend LogDistiller's handling of event groups.
|
net.sf.logdistiller.util |
Miscellaneous utilities for parsing files.
|
Modifier and Type | Method and Description |
---|---|
LogEvent |
LogEvent.Factory.nextEvent()
gets the next LogEvent.
|
protected abstract LogEvent |
LogEvent.Factory.readNextEvent() |
protected LogEvent |
FactoryMultiplexer.readNextEvent() |
Modifier and Type | Method and Description |
---|---|
Condition |
LogDistiller.Group.accept(LogEvent le)
Check if given LogEvent meet one of the conditions defined.
|
boolean |
LogDistillation.Group.accept(LogEvent le)
Check if given LogEvent meet one of the conditions defined.
|
abstract void |
LogDistillation.Plugin.addLogEvent(LogEvent le)
Add a log event to this plugin instance.
|
protected void |
LogDistillation.Group.addLogEvent(LogEvent le,
Condition condition)
Add a LogEvent to the current Group.
|
void |
LogDistillation.Plugin.addLogEvent(LogEvent le,
Condition condition)
Add a log event to this plugin instance, with information on which condition was matched.
|
boolean |
Match.match(LogEvent le) |
boolean |
Condition.match(LogEvent le) |
void |
LogDistillation.processLogEvent(LogEvent le)
Process a log event
|
Constructor and Description |
---|
FactoryMultiplexer(LogType.Description description,
Comparator<LogEvent> logeventComparator) |
Modifier and Type | Class and Description |
---|---|
class |
JBossLogEvent
Log event for JBoss's server logs.
|
class |
Log4jXmlLogEvent
Log event for log4j XMLLayout (
log4j-XML ). |
class |
OracleAlertLogEvent
Oracle Database's
alert.log file parser. |
class |
SimpleLineLogEvent
Generic log event for simple files where one line is one logevent, with an unique attribute named
text . |
class |
SyslogLogEvent
Log event for Unix syslog facility.
|
class |
WeblogicLogEvent
Log event for BEA Weblogic server's logs.
|
Modifier and Type | Method and Description |
---|---|
void |
FreqPlugin.addLogEvent(LogEvent logEvent) |
protected void |
FreqPlugin.addLogEventToFreq(LogEvent logEvent,
FreqPlugin.Freq freq) |
void |
SamplingPlugin.addLogEventToFreq(LogEvent logEvent,
FreqPlugin.Freq freq) |
Modifier and Type | Method and Description |
---|---|
LogEvent |
LogEventBuilder.buildLogEvent(LogEvent.Factory factory,
int lineNumber,
String curLine,
Object... objects) |
protected abstract LogEvent |
LogEventBuilder.newEvent(LogEvent.Factory factory,
String curLine,
Object... objects) |
Copyright © 2004–2014. All rights reserved.