Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.publishers |
Publishers to define LogDistiller's way of publishing log distillation reports.
|
net.sf.logdistiller.reports |
Report Formats to extend LogDistiller.
|
Modifier and Type | Field and Description |
---|---|
protected LogDistillation.Group |
LogDistillation.Plugin.group |
Modifier and Type | Method and Description |
---|---|
LogDistillation.Group |
LogDistillation.Plugin.getGroup() |
LogDistillation.Group |
LogDistillation.getGroup(String id) |
LogDistillation.Group[] |
LogDistillation.getGroups() |
Modifier and Type | Method and Description |
---|---|
List<LogDistillation.Group> |
LogDistillation.Category.getGroups() |
List<LogDistillation.Group> |
LogDistillation.listGroupsToReport() |
List<LogDistillation.Group> |
LogDistillation.Category.listGroupsToReport() |
Modifier and Type | Method and Description |
---|---|
protected int |
ReportFormat.addPluginsGlobalReport(LogDistillation.Group group,
ReportFormat.PluginReport report) |
protected int |
ReportFormat.addPluginsGroupReport(LogDistillation.Group group,
ReportFormat.PluginReport report) |
abstract void |
Publisher.publish(LogDistillation.Group group,
LogDistiller.Report report)
Publish a group report.
|
int |
PublishHelper.publishGroup(LogDistillation.Group group) |
abstract void |
ReportFormat.report(LogDistillation.Group group,
Writer output) |
Modifier and Type | Method and Description |
---|---|
void |
MailPublisher.publish(LogDistillation.Group group,
LogDistiller.Report report) |
void |
FilePublisher.publish(LogDistillation.Group group,
LogDistiller.Report report) |
void |
DelegatePublisher.publish(LogDistillation.Group group,
LogDistiller.Report report) |
void |
FeedPublisher.publish(LogDistillation.Group group,
LogDistiller.Report report) |
Modifier and Type | Method and Description |
---|---|
void |
TextReport.report(LogDistillation.Group group,
Writer output) |
void |
XmlReport.report(LogDistillation.Group group,
Writer output) |
Copyright © 2004–2014. All rights reserved.