|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEvent | |
---|---|
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. |
Uses of LogEvent in net.sf.logdistiller |
---|
Methods in net.sf.logdistiller that return LogEvent | |
---|---|
LogEvent |
LogEvent.Factory.nextEvent()
gets the next LogEvent. |
protected abstract LogEvent |
LogEvent.Factory.readNextEvent()
|
protected LogEvent |
FactoryMultiplexer.readNextEvent()
|
Methods in net.sf.logdistiller with parameters of type LogEvent | |
---|---|
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 |
Uses of LogEvent in net.sf.logdistiller.logtypes |
---|
Subclasses of LogEvent in net.sf.logdistiller.logtypes | |
---|---|
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. |
Uses of LogEvent in net.sf.logdistiller.plugins |
---|
Methods in net.sf.logdistiller.plugins with parameters of type LogEvent | |
---|---|
void |
FreqPlugin.addLogEvent(LogEvent logEvent)
|
protected void |
FreqPlugin.addLogEventToFreq(LogEvent logEvent,
FreqPlugin.Freq freq)
|
void |
SamplingPlugin.addLogEventToFreq(LogEvent logEvent,
FreqPlugin.Freq freq)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |