Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.publishers |
Publishers to define LogDistiller's way of publishing log distillation reports.
|
Modifier and Type | Method and Description |
---|---|
int |
PublishHelper.publish() |
abstract void |
Publisher.publish(LogDistillation.Group group,
LogDistiller.Report report)
Publish a group report.
|
abstract void |
Publisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
Publish a global report.
|
int |
PublishHelper.publishGlobal() |
int |
PublishHelper.publishGroup(LogDistillation.Group group) |
Modifier and Type | Method and Description |
---|---|
void |
MailPublisher.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) |
void |
MailPublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report) |
void |
DelegatePublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report) |
void |
FeedPublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report) |
Copyright © 2004–2014. All rights reserved.