Package net.sf.logdistiller.publishers

Publishers to define LogDistiller's way of publishing log distillation reports.

See:
          Description

Class Summary
BasePublishers Declaration of base publishers that are shipped with LogDistiller.
DelegatePublisher An empty publisher, delegating everything to a delegate publisher.
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.
 

Package net.sf.logdistiller.publishers Description

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="attributes">severity</param>
  </plugin>
</group>



Copyright © 2004-2009. All Rights Reserved.