logging.TextLogger.toSyslog()
Description
Adds output to the Syslog.
Syntax
logger.toSyslog(priority)
Parameters
toSyslog(priority?)
priority?
Severity of the log messages. Can be one of:
- "EMERG"
- "ALERT"
- "CRIT"
- "ERR"
- "WARNING"
- "NOTICE"
- "INFO" (Default)
- "DEBUG"
Return Value
The same logger object.