debian man page for log4c_appender_type_syslog

Query: log4c_appender_type_syslog

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

appender_type_syslog.h(3)					       log4c						 appender_type_syslog.h(3)

NAME
appender_type_syslog.h - Log4c syslog(3) appender interface.
SYNOPSIS
#include <log4c/defs.h> #include <log4c/appender.h> Variables __LOG4C_BEGIN_DECLS const log4c_appender_type_t log4c_appender_type_syslog Detailed Description Log4c syslog(3) appender interface. The syslog appender uses the syslog(3) interface for logging. The log4c priorities are mapped to the syslog priorities and the appender name is used as a syslog identifier. 1 default syslog appender is defined: 'syslog'. The following examples shows how to define and use syslog appenders. log4c_appender_t* myappender; myappender = log4c_appender_get('myappender'); log4c_appender_set_type(myappender, &log4c_appender_type_syslog); Variable Documentation __LOG4C_BEGIN_DECLS const log4c_appender_type_t log4c_appender_type_syslog Syslog appender type definition. This should be used as a parameter to the log4c_appender_set_type() routine to set the type of the appender. Author Generated automatically by Doxygen for log4c from the source code. Version 1.2.1 Mon May 2 2011 appender_type_syslog.h(3)
Related Man Pages
log4c_appender_get(3) - debian
log4c_appender_get_udata(3) - debian
log4c_stream2_get_flags(3) - debian
log4c_stream2_set_fp(3) - debian
log4c_stream2_get_fp(3) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections