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,
A byte buffer.
Definition: bytebuffer.h:34
OutputStream implemented on top of APR file IO.
Definition: fileoutputstream.h:36
Abstract class for writing to character streams.
Definition: outputstream.h:37
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:159
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141