|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
net.sf.logdistiller | Main classes for LogDistiller. |
net.sf.logdistiller.xml | XML configuration of LogDistiller. |
Uses of Condition in net.sf.logdistiller |
---|
Fields in net.sf.logdistiller declared as Condition | |
---|---|
static Condition |
Condition.ACCEPT_ALL
|
Methods in net.sf.logdistiller that return Condition | |
---|---|
Condition |
LogDistiller.Group.accept(LogEvent le)
Check if given LogEvent meet one of the conditions defined. |
Methods in net.sf.logdistiller with parameters of type Condition | |
---|---|
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. |
Constructors in net.sf.logdistiller with parameters of type Condition | |
---|---|
LogDistiller.Group(String id,
String description,
boolean continueProcessing,
boolean save,
Map params,
Condition[] conditions,
LogDistiller.Report[] reports,
LogDistiller.Plugin[] plugins,
LogDistiller.Category category)
|
Uses of Condition in net.sf.logdistiller.xml |
---|
Methods in net.sf.logdistiller.xml that return Condition | |
---|---|
protected Condition |
DOMConfigurator.parseCondition(Element element)
|
protected Condition[] |
DOMConfigurator.parseConditions(Iterator iter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |