25#ifndef _ASTERISK_SYSLOG_H
26#define _ASTERISK_SYSLOG_H
28#if defined(__cplusplus) || defined(c_plusplus)
32#define ASTNUMLOGLEVELS 32
92#if defined(__cplusplus) || defined(c_plusplus)
const char * ast_syslog_facility_name(int facility)
Maps a syslog facility constant to a string.
int ast_syslog_priority(const char *priority)
Maps a syslog priority name from a string to a syslog priority constant.
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_priority_name(int priority)
Maps a syslog priority constant to a string.