Apache log4cxx
Version 0.12.1
|
Abstract class for writing to character streams. More...
#include <outputstreamwriter.h>
Public Member Functions | |
OutputStreamWriter (OutputStreamPtr &out) | |
OutputStreamWriter (OutputStreamPtr &out, CharsetEncoderPtr &enc) | |
~OutputStreamWriter () | |
virtual void | close (Pool &p) |
virtual void | flush (Pool &p) |
virtual void | write (const LogString &str, Pool &p) |
LogString | getEncoding () const |
Public Member Functions inherited from log4cxx::helpers::Object | |
virtual | ~Object () |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from log4cxx::helpers::Writer | |
Writer () | |
virtual | ~Writer () |
Abstract class for writing to character streams.
log4cxx::helpers::OutputStreamWriter::OutputStreamWriter | ( | OutputStreamPtr & | out | ) |
log4cxx::helpers::OutputStreamWriter::OutputStreamWriter | ( | OutputStreamPtr & | out, |
CharsetEncoderPtr & | enc | ||
) |
log4cxx::helpers::OutputStreamWriter::~OutputStreamWriter | ( | ) |
|
virtual |
Implements log4cxx::helpers::Writer.
|
virtual |
Implements log4cxx::helpers::Writer.
LogString log4cxx::helpers::OutputStreamWriter::getEncoding | ( | ) | const |
|
virtual |
Implements log4cxx::helpers::Writer.