See: Description
Class | Description |
---|---|
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.
|
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–2014. All rights reserved.