|
Apache Log4cxx
Version 1.8.0
|
Abstract class for writing to character streams. More...
#include <outputstreamwriter.h>
Public Member Functions | |
| OutputStreamWriter (LOG4CXX_16_CONST OutputStreamPtr &out) | |
| OutputStreamWriter (LOG4CXX_16_CONST OutputStreamPtr &out, LOG4CXX_16_CONST CharsetEncoderPtr &enc) | |
| ~OutputStreamWriter () | |
| void | close (helpers::Pool &p) override |
| void | flush (helpers::Pool &p) override |
| void | write (const LogString &str, helpers::Pool &p) override |
| LogString | getEncoding () const |
| OutputStreamPtr | getOutputStreamPtr () const |
| void | close () |
| void | flush () |
| void | write (const LogString &str) |
| Public Member Functions inherited from log4cxx::helpers::Writer | |
| void | close () |
| void | flush () |
| void | write (const LogString &str) |
| Public Member Functions inherited from log4cxx::helpers::Object | |
| virtual | ~Object () |
| virtual const helpers::Class & | getClass () const =0 |
| 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 | ( | LOG4CXX_16_CONST OutputStreamPtr & | out | ) |
| log4cxx::helpers::OutputStreamWriter::OutputStreamWriter | ( | LOG4CXX_16_CONST OutputStreamPtr & | out, |
| LOG4CXX_16_CONST CharsetEncoderPtr & | enc ) |
| log4cxx::helpers::OutputStreamWriter::~OutputStreamWriter | ( | ) |
| void log4cxx::helpers::Writer::close | ( | ) |
|
overridevirtual |
pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to close() without a helpers::Pool parameter. Implements log4cxx::helpers::Writer.
| void log4cxx::helpers::Writer::flush | ( | ) |
|
overridevirtual |
pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to flush() without a helpers::Pool parameter. Implements log4cxx::helpers::Writer.
| LogString log4cxx::helpers::OutputStreamWriter::getEncoding | ( | ) | const |
| OutputStreamPtr log4cxx::helpers::OutputStreamWriter::getOutputStreamPtr | ( | ) | const |
| void log4cxx::helpers::Writer::write | ( | const LogString & | str | ) |
|
overridevirtual |
pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to write() without a helpers::Pool parameter. Implements log4cxx::helpers::Writer.