forked from cihub/seelog
-
Notifications
You must be signed in to change notification settings - Fork 13
Dispatcher reference
cihub edited this page Dec 14, 2011
·
9 revisions
Function: sends the received message to all children nodes Element name: splitter Allowed attributes:
- formatid - format that will be inherited by all children nodes that doesn't override it Example:
<sealog>
<outputs>
<splitter formatid="format1">
<file path="log.log"/>
<file path="log2.log"/>
</splitter>
<splitter formatid="format2">
<file path="log3.log"/>
<file path="log4.log"/>
</splitter>
</outputs>
<formats>
...
</formats>
</sealog>