Skip to content

Dispatcher reference

cihub edited this page Dec 14, 2011 · 9 revisions

Splitter dispatcher

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>
Clone this wiki locally