|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| BasePublishers | Declaration of base publishers that are shipped with LogDistiller. |
| FeedPublisher | Adds LogDistillation reports to a feed file (at the beginning). |
| FilePublisher | Save report of a LogDistillation in a file. |
| MailPublisher | Send mail report of a LogDistillation. |
Publishers to define LogDistiller's way of publishing log distillation reports.
Each report specifies which publisher to use :
<group id="unknown">
<description>Unknown log events : to be categorized</description>
<condition>
<match attribute="timestamp" type="contains">${date}</match>
</condition>
<report publisher="file"/>
<report publisher="mail">
<param name="to">admin@localhost</param>
</report>
<plugin type="freq">
<param name="attribute">severity</param>
</plugin>
</group>
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||