Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.xml |
XML configuration of LogDistiller.
|
Modifier and Type | Field and Description |
---|---|
static Condition |
Condition.ACCEPT_ALL |
Modifier and Type | Method and Description |
---|---|
Condition |
LogDistiller.Group.accept(LogEvent le)
Check if given LogEvent meet one of the conditions defined.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
LogDistiller.Group(String id,
String description,
boolean continueProcessing,
boolean save,
Map<String,String> params,
Condition[] conditions,
LogDistiller.Report[] reports,
LogDistiller.Plugin[] plugins,
LogDistiller.Category category) |
Modifier and Type | Method and Description |
---|---|
protected Condition |
DOMConfigurator.parseCondition(Element element) |
protected Condition[] |
DOMConfigurator.parseConditions(Iterator<Element> iter) |
Copyright © 2004–2014. All rights reserved.