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