|
Apache Log4cxx
Version 1.8.0
|
Abstract class for writing to character streams. More...
#include <writer.h>
Public Member Functions | |
| void | close () |
| void | flush () |
| void | write (const LogString &str) |
| virtual void | close (Pool &p)=0 |
| virtual void | flush (Pool &p)=0 |
| virtual void | write (const LogString &str, Pool &p)=0 |
| 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 |
Protected Member Functions | |
| Writer () | |
| virtual | ~Writer () |
Abstract class for writing to character streams.
|
protected |
|
protectedvirtual |
| void log4cxx::helpers::Writer::close | ( | ) |
|
pure virtual |
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. Implemented in log4cxx::helpers::BufferedWriter, log4cxx::helpers::OutputStreamWriter, log4cxx::helpers::SystemErrWriter, and log4cxx::helpers::SystemOutWriter.
| void log4cxx::helpers::Writer::flush | ( | ) |
|
pure virtual |
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. Implemented in log4cxx::helpers::BufferedWriter, log4cxx::helpers::OutputStreamWriter, log4cxx::helpers::SystemErrWriter, and log4cxx::helpers::SystemOutWriter.
| void log4cxx::helpers::Writer::write | ( | const LogString & | str | ) |
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. Implemented in log4cxx::helpers::BufferedWriter, log4cxx::helpers::OutputStreamWriter, log4cxx::helpers::SystemErrWriter, and log4cxx::helpers::SystemOutWriter.