18#ifndef _LOG4CXX_HELPERS_FILEOUTPUTSTREAM_H
19#define _LOG4CXX_HELPERS_FILEOUTPUTSTREAM_H
38 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(FileOutputStreamPrivate, m_priv)
51 void close(
Pool& p) override;
52 void flush(
Pool& p) override;
55 apr_file_t* getFilePtr() const;
60 static apr_file_t* open(const
LogString& fn,
bool append,
61 LOG4CXX_NS::helpers::
Pool& p);
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:34
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146