Go to the documentation of this file.
10 #ifndef log4c_appender_type_stream2_h
11 #define log4c_appender_type_stream2_h
79 #include <log4c/defs.h>
119 #define LOG4C_STREAM2_UNBUFFERED 0x01
struct __log4c_appender log4c_appender_t
Definition: appender.h:34
void * log4c_appender_set_udata(log4c_appender_t *a_appender, void *a_udata)
Definition: appender.c:212
log4c appender type class
Definition: appender.h:46
FILE * log4c_stream2_get_fp(log4c_appender_t *a_this)
Definition: appender_type_stream2.c:159
logging event object
Definition: logging_event.h:50
void log4c_stream2_set_flags(log4c_appender_t *a_this, int flags)
Definition: appender_type_stream2.c:187
int log4c_stream2_get_flags(log4c_appender_t *a_this)
Definition: appender_type_stream2.c:173
void log4c_stream2_set_fp(log4c_appender_t *a_this, FILE *fp)
Definition: appender_type_stream2.c:147
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:176
__LOG4C_BEGIN_DECLS const log4c_appender_type_t log4c_appender_type_stream2
Definition: appender_type_stream2.h:91
Log4c stream2 appender interface.
const char * log4c_appender_get_name(const log4c_appender_t *a_appender)
Definition: appender.c:157