log4c  1.2.4
appender_type_syslog.h
Go to the documentation of this file.
1 /* $Id: appender_type_syslog.h,v 1.4 2009/05/04 12:17:23 legoater Exp $
2  *
3  * appender_type_syslog.h
4  *
5  * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved.
6  *
7  * See the COPYING file for the terms of usage and distribution.
8  */
9 
10 #ifndef log4c_appender_type_syslog_h
11 #define log4c_appender_type_syslog_h
12 
36 #include <log4c/defs.h>
37 #include <log4c/appender.h>
38 
39 __LOG4C_BEGIN_DECLS
40 
49 
50 extern int log4c_appender_syslog_set_facility(const log4c_appender_t*, int);
51 
52 __LOG4C_END_DECLS
53 
54 #endif
log4c_appender_t
struct __log4c_appender log4c_appender_t
Definition: appender.h:34
priority.h
The priority class provides importance levels with which one can categorize log messages.
log4c_appender_set_udata
void * log4c_appender_set_udata(log4c_appender_t *a_appender, void *a_udata)
Definition: appender.c:212
log4c_appender_type
log4c appender type class
Definition: appender.h:46
log4c_appender_type_syslog
__LOG4C_BEGIN_DECLS const log4c_appender_type_t log4c_appender_type_syslog
Definition: appender_type_syslog.c:111
log4c_logging_event_t
logging event object
Definition: logging_event.h:50
appender.h
Implement this interface for your own strategies for printing log statements.
log4c_appender_get_udata
void * log4c_appender_get_udata(const log4c_appender_t *a_appender)
Definition: appender.c:176
log4c_appender_get_name
const char * log4c_appender_get_name(const log4c_appender_t *a_appender)
Definition: appender.c:157