18#ifndef _LOG4CXX_HELPERS_OUTPUTSTREAMWRITER_H
19#define _LOG4CXX_HELPERS_OUTPUTSTREAMWRITER_H
25#if 15 < LOG4CXX_ABI_VERSION
26#define LOG4CXX_16_CONST const
28#define LOG4CXX_16_CONST
43 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(OutputStreamWriterPrivate, m_priv)
Abstract class for writing to character streams.
Definition outputstreamwriter.h:41
OutputStreamPtr getOutputStreamPtr() const
void close(Pool &p) override
OutputStreamWriter(LOG4CXX_16_CONST OutputStreamPtr &out)
void flush(Pool &p) override
void write(const LogString &str, Pool &p) override
LogString getEncoding() const
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
#define LOG4CXX_16_CONST
Definition outputstreamwriter.h:28