LOG_LEVEL_UNKNOWNLOG_LEVEL_EMERGLOG_LEVEL_ALERTLOG_LEVEL_CRITLOG_LEVEL_ERRLOG_LEVEL_WARNINGLOG_LEVEL_NOTICELOG_LEVEL_INFOLOG_LEVEL_DEBUGLOG_FACILITY_UNKNOWNLOG_FACILITY_LOCAL0LOG_FACILITY_LOCAL1LOG_FACILITY_LOCAL2LOG_FACILITY_LOCAL3LOG_FACILITY_LOCAL4LOG_FACILITY_LOCAL5LOG_FACILITY_LOCAL6LOG_FACILITY_LOCAL7
Gets the name of the local syslog destination. It is "local-syslog"
by default.
Sets the default facility for the specified local syslog
destination. Syslog messages that come in without a
facility specified are given the default facility. See
Log::SyslogFacility for more details.
Gets the default facility for the specified local syslog
destination.
Sets the default severity for messages sent to the local syslog
destinations. The default severity is the severity given to
syslog messages without a severity given.
Gets the default severity for the local syslog destination.
Sets the description for the local syslog destination.
This is an arbitrary field which can be used for any purpose.
Gets the descriptions for the specified local syslog destination.
Gets the version information for this interface.
Gets the name of the local syslog destination. It is "local-syslog"
by default.
Sets the default facility for the specified local syslog
destination. Syslog messages that come in without a
facility specified are given the default facility. See
Log::SyslogFacility for more details.
Gets the default facility for the specified local syslog
destination.
Sets the default severity for messages sent to the local syslog
destinations. The default severity is the severity given to
syslog messages without a severity given.
Gets the default severity for the local syslog destination.
Sets the description for the local syslog destination.
This is an arbitrary field which can be used for any purpose.
Gets the descriptions for the specified local syslog destination.
Gets the version information for this interface.
The DestinationLocalSyslog interface enables you to modify the local
syslog destination. This destination will format messages to be logged
on the system. There will be only one local syslog destination, and it
cannot be created or deleted. The local syslog destination is named
"local-syslog". Supply this key to the methods in the interface.