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
35
36#include <log4c/defs.h>
37#include <log4c/appender.h>
38
39__LOG4C_BEGIN_DECLS
40
48extern const log4c_appender_type_t log4c_appender_type_syslog;
49
50extern int log4c_appender_syslog_set_facility(const log4c_appender_t*, int);
51
52__LOG4C_END_DECLS
53
54#endif
Implement this interface for your own strategies for printing log statements.
struct __log4c_appender log4c_appender_t
Definition appender.h:34
struct log4c_appender_type log4c_appender_type_t
log4c appender type class