[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <syslog>
            <file>
                <name>name</name> <!-- identifier -->
                <contents>...</contents>
                <match>match</match>
                <archive>...</archive>
                <explicit-priority/>
                <structured-data>...</structured-data>
            </file>
        </syslog>
    </system>
</configuration>

Description

File in which to log data.

Contents

<archive>—Archive file information.

<contents>—No documentation is available yet.

<explicit-priority>—Include priority and facility in messages.

<match>—Regular expression for lines to be logged.

<name>—Name of file in which to log data.

<structured-data>—Log system message in structured format.


[Contents] [Prev] [Next] [Index] [Report an Error]