18 #ifndef _LOG4CXX_HELPERS_BUFFEREDOUTPUTSTREAM_H
19 #define _LOG4CXX_HELPERS_BUFFEREDOUTPUTSTREAM_H
Abstract class for writing to character streams.
Definition: bufferedoutputstream.h:33
BufferedOutputStream(OutputStreamPtr &out, size_t size=4096)
void write(ByteBuffer &buf, Pool &p)
A byte buffer.
Definition: bytebuffer.h:34
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:148
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:154
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136