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 | Method and Description |
---|---|
LogDistillation |
LogDistillation.Group.getLogdistillation() |
LogDistillation |
LogDistillation.Category.getLogdistillation() |
Modifier and Type | Method and Description |
---|---|
abstract void |
Publisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
Publish a global report.
|
abstract void |
ReportFormat.report(LogDistillation ld,
Writer output) |
Constructor and Description |
---|
PublishHelper(LogDistillation ld) |
PublishHelper(LogDistillation ld,
List<String> publishers) |
Modifier and Type | Method and Description |
---|---|
void |
MailPublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report) |
void |
FilePublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report) |
void |
DelegatePublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report) |
void |
FeedPublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report) |
protected void |
MailPublisher.sendMail(LogDistillation logdistillation,
LogDistiller.Report report,
String subject,
String content,
String mimetype,
File attach) |
Modifier and Type | Method and Description |
---|---|
void |
TextReport.report(LogDistillation ld,
Writer output) |
void |
XmlReport.report(LogDistillation ld,
Writer output) |
Copyright © 2004–2014. All rights reserved.