public static class LogDistiller.Group extends Object implements Serializable
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 |
---|---|
Condition |
accept(LogEvent le)
Check if given LogEvent meet one of the conditions defined.
|
boolean |
continueProcessing() |
org.jdom.Element |
dumpConditions(org.jdom.Element parent) |
LogDistiller.Category |
getCategory() |
String |
getDescription() |
String |
getId() |
LogDistiller |
getLogdistiller() |
String |
getParam(String name) |
String |
getParam(String name,
String defaultValue) |
Map<String,String> |
getParams() |
LogDistiller.Plugin[] |
getPlugins() |
LogDistiller.Report[] |
getReports() |
boolean |
getSave() |
public 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)
public LogDistiller getLogdistiller()
public Condition accept(LogEvent le)
le
- LogEvent the LogEvent to checknull
public org.jdom.Element dumpConditions(org.jdom.Element parent)
public String getDescription()
public boolean continueProcessing()
public boolean getSave()
public LogDistiller.Category getCategory()
public LogDistiller.Report[] getReports()
public LogDistiller.Plugin[] getPlugins()
Copyright © 2004–2014. All rights reserved.