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
Implement this interface for your own strategies for printing log statements.
struct __log4c_appender log4c_appender_t
Definition: appender.h:34
void log4c_stream2_set_fp(log4c_appender_t *a_this, FILE *fp)
Definition: appender_type_stream2.c:147
__LOG4C_BEGIN_DECLS const log4c_appender_type_t log4c_appender_type_stream2
Definition: appender_type_stream2.h:91
void log4c_stream2_set_flags(log4c_appender_t *a_this, int flags)
Definition: appender_type_stream2.c:187
FILE * log4c_stream2_get_fp(log4c_appender_t *a_this)
Definition: appender_type_stream2.c:159
int log4c_stream2_get_flags(log4c_appender_t *a_this)
Definition: appender_type_stream2.c:173
log4c appender type class
Definition: appender.h:46