18 #ifndef _LOG4CXX_HELPERS_FILEOUTPUTSTREAM_H 19 #define _LOG4CXX_HELPERS_FILEOUTPUTSTREAM_H 52 virtual void close(
Pool& p);
53 virtual void flush(
Pool& p);
56 #ifdef LOG4CXX_MULTI_PROCESS 57 apr_file_t* getFilePtr()
65 static apr_file_t* open(
const LogString& fn,
bool append,
74 #endif //_LOG4CXX_HELPERS_FILEOUTPUTSTREAM_H #define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
Abstract class for writing to character streams.
Definition: outputstream.h:36
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141
OutputStream implemented on top of APR file IO.
Definition: fileoutputstream.h:35
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:159
A byte buffer.
Definition: bytebuffer.h:33
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66