Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.xml |
XML configuration of LogDistiller.
|
Modifier and Type | Method and Description |
---|---|
LogDistiller.Category[] |
LogDistiller.getCategories() |
LogDistiller.Category |
LogDistiller.Group.getCategory() |
LogDistiller.Category |
LogDistillation.Category.getDefinition() |
Constructor and Description |
---|
LogDistillation.Category(LogDistiller.Category definition) |
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) |
LogDistiller(String id,
String description,
LogDistiller.LogType logtype,
LogDistiller.Output output,
LogDistiller.Category[] categories,
LogDistiller.Group[] groups) |
LogDistiller(String id,
String description,
LogDistiller.LogType logtype,
LogDistiller.Output output,
LogDistiller.Category[] categories,
LogDistiller.Group[] groups,
boolean old) |
Modifier and Type | Method and Description |
---|---|
protected LogDistiller.Category[] |
DOMConfigurator.parseCategories(Iterator<Element> iter) |
Modifier and Type | Method and Description |
---|---|
protected LogDistiller.Group[] |
DOMConfigurator.parseGroups(Iterator<Element> iter,
LogDistiller.Category[] categories) |
Modifier and Type | Method and Description |
---|---|
protected LogDistiller.Group |
DOMConfigurator.parseGroup(Element element,
Map<String,LogDistiller.Category> categories) |
Copyright © 2004–2014. All rights reserved.