log.Syslog API [rev. unknown]

class Syslog():

consumer that writes to the syslog daemon

class attributes and properties:

LOG_ALERT: 1
LOG_CRIT: 2
LOG_DEBUG: 7
LOG_EMERG: 0
LOG_ERR: 3
LOG_INFO: 6
LOG_NOTICE: 5
LOG_WARNING: 4
priority: LOG_DEBUG

methods:

def __init__(self, priority=None):

*no docstring available*

def __call__(self, msg):

write a message to the log