|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogDistillation | |
---|---|
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. |
Uses of LogDistillation in net.sf.logdistiller |
---|
Methods in net.sf.logdistiller that return LogDistillation | |
---|---|
LogDistillation |
LogDistillation.Group.getLogdistillation()
|
LogDistillation |
LogDistillation.Category.getLogdistillation()
|
Methods in net.sf.logdistiller with parameters of type LogDistillation | |
---|---|
abstract void |
Publisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
Publish a global report. |
abstract void |
ReportFormat.report(LogDistillation ld,
Writer output)
|
Constructors in net.sf.logdistiller with parameters of type LogDistillation | |
---|---|
PublishHelper(LogDistillation ld)
|
|
PublishHelper(LogDistillation ld,
List publishers)
|
Uses of LogDistillation in net.sf.logdistiller.publishers |
---|
Methods in net.sf.logdistiller.publishers with parameters of type LogDistillation | |
---|---|
void |
MailPublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
|
void |
FeedPublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
|
void |
DelegatePublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
|
void |
FilePublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
|
protected void |
MailPublisher.sendMail(LogDistillation logdistillation,
LogDistiller.Report report,
String subject,
String content,
String mimetype,
File attach)
|
Uses of LogDistillation in net.sf.logdistiller.reports |
---|
Methods in net.sf.logdistiller.reports with parameters of type LogDistillation | |
---|---|
void |
XmlReport.report(LogDistillation ld,
Writer output)
|
void |
TextReport.report(LogDistillation ld,
Writer output)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |