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
struct log4c_appender_type log4c_appender_type_t
log4c appender type class
void log4c_stream2_set_fp(log4c_appender_t *a_this, FILE *fp)
Definition appender_type_stream2.c:147
FILE * log4c_stream2_get_fp(log4c_appender_t *a_this)
Definition appender_type_stream2.c:159
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