| Functions |
alert(string) - Sends a message to syslog facility with level LOG_ALERT |
critical(string) - Sends a message to syslog facility with level LOG_CRIT |
debug(string) - Sends a message to syslog facility with level LOG_DEBUG |
emerg(string) - Sends a message to syslog facility with level LOG_EMERG |
error(string) - Sends a message to syslog facility with level LOG_ERR |
info(string) - Sends a message to syslog facility with level LOG_INFO |
notice(string) - Sends a message to syslog facility with level LOG_NOTICE |
warning(string) - Sends a message to syslog facility with level LOG_WARNING |