Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Tools
Tools.Logging
Tools.Logging.Log
Tools.Logging.Log.SyslogAppender

Class Tools.Logging.Log.SyslogAppender

Description

an appender that uses the syslog() function to deliver messages. log levels are mapped to syslog levels, with the exception that TRACE has no syslog equivalent, and thus is mapped to LOG_DEBUG.


Inherit Appender

inherit .Appender : Appender