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


Usage

<configuration>
    <chassis>
        <lcc>
            <fpc>
                <pic>
                    <adaptive-services>
                        <service-package>
                            <extension-provider>
                                <syslog>
                                    <name>name</name> <!-- identifier -->
                                    <any/>
                                    <emergency/>
                                    <alert/>
                                    <critical/>
                                    <error/>
                                    <warning/>
                                    <notice/>
                                    <info/>
                                    <none/>
                                </syslog>
                            </extension-provider>
                        </service-package>
                    </adaptive-services>
                </pic>
            </fpc>
        </lcc>
    </chassis>
</configuration>

Description

System logging facility.

Contents

<alert>—Conditions that should be corrected immediately.

<any>—All levels.

<critical>—Critical conditions.

<emergency>—Panic conditions.

<error>—Error conditions.

<info>—Informational messages.

<name>—Facility type.

<none>—No messages.

<notice>—Conditions that should be handled specially.

<warning>—Warning messages.


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