24 #ifndef _ASTERISK_SYSLOG_H 25 #define _ASTERISK_SYSLOG_H 27 #if defined(__cplusplus) || defined(c_plusplus) 31 #define ASTNUMLOGLEVELS 32 91 #if defined(__cplusplus) || defined(c_plusplus) int ast_syslog_priority(const char *priority)
Maps a syslog priority name from a string to a syslog priority constant.
const char * ast_syslog_priority_name(int priority)
Maps a syslog priority constant to a string.
int ast_syslog_priority_from_loglevel(int level)
Maps an Asterisk log level (i.e. LOG_ERROR) to a syslog priority constant.
int ast_syslog_facility(const char *facility)
Maps a syslog facility name from a string to a syslog facility constant.
const char * ast_syslog_facility_name(int facility)
Maps a syslog facility constant to a string.