18#ifndef _LOG4CXX_HELPERS_WRITER_H
19#define _LOG4CXX_HELPERS_WRITER_H
base class for java-like objects.
Definition: object.h:105
Abstract class for writing to character streams.
Definition: writer.h:34
virtual void flush(Pool &p)=0
virtual void write(const LogString &str, Pool &p)=0
virtual void close(Pool &p)=0
Definition: configuration.h:25
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:157
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:38
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:151
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:145