|
Apache Log4cxx
Version 1.8.0
|
Sends output to stdout.
More...
#include <systemoutwriter.h>
Public Member Functions | |
| SystemOutWriter () | |
| ~SystemOutWriter () | |
| void | close (helpers::Pool &p) override |
| void | flush (helpers::Pool &p) override |
| void | write (const LogString &str, helpers::Pool &p) override |
| void | close () |
| 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 |
Static Public Member Functions | |
| static void | write (const LogString &str) |
| static void | flush () |
Additional Inherited Members | |
| Protected Member Functions inherited from log4cxx::helpers::Writer | |
| Writer () | |
| virtual | ~Writer () |
Sends output to stdout.
| log4cxx::helpers::SystemOutWriter::SystemOutWriter | ( | ) |
| log4cxx::helpers::SystemOutWriter::~SystemOutWriter | ( | ) |
| 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.
|
static |
|
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.
|
static |
|
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.