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 
48 extern const log4c_appender_type_t log4c_appender_type_syslog;
49 
50 extern int log4c_appender_syslog_set_facility(const log4c_appender_t*, int);
51 
52 __LOG4C_END_DECLS
53 
54 #endif