18 #ifndef _LOG4CXX_HELPERS_FILEOUTPUTSTREAM_H 19 #define _LOG4CXX_HELPERS_FILEOUTPUTSTREAM_H 21 #include <log4cxx/helpers/outputstream.h> 22 #include <log4cxx/file.h> 23 #include <log4cxx/helpers/pool.h> 43 BEGIN_LOG4CXX_CAST_MAP()
46 END_LOG4CXX_CAST_MAP()
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 Abstract class for writing to character streams.
Definition: outputstream.h:36
OutputStream implemented on top of APR file IO.
Definition: fileoutputstream.h:35
A byte buffer.
Definition: bytebuffer.h:33
Definition: appender.h:33