Go to the documentation of this file.
10 #ifndef log4c_appender_type_syslog_h
11 #define log4c_appender_type_syslog_h
36 #include <log4c/defs.h>
struct __log4c_appender log4c_appender_t
Definition: appender.h:34
The priority class provides importance levels with which one can categorize log messages.
void * log4c_appender_set_udata(log4c_appender_t *a_appender, void *a_udata)
Definition: appender.c:213
log4c appender type class
Definition: appender.h:46
logging event object
Definition: logging_event.h:49
Implement this interface for your own strategies for printing log statements.
void * log4c_appender_get_udata(const log4c_appender_t *a_appender)
Definition: appender.c:177
const __LOG4C_BEGIN_DECLS log4c_appender_type_t log4c_appender_type_syslog
Definition: appender_type_syslog.c:111
const char * log4c_appender_get_name(const log4c_appender_t *a_appender)
Definition: appender.c:158