Sends output to stdout.
More...
#include <systemoutwriter.h>
◆ SystemOutWriter()
| log4cxx::helpers::SystemOutWriter::SystemOutWriter |
( |
| ) |
|
◆ ~SystemOutWriter()
| log4cxx::helpers::SystemOutWriter::~SystemOutWriter |
( |
| ) |
|
◆ close() [1/3]
| void log4cxx::helpers::Writer::close |
◆ close() [2/3]
| void log4cxx::helpers::SystemOutWriter::close |
( |
helpers::Pool & |
p | ) |
|
|
overridevirtual |
◆ close() [3/3]
| virtual void log4cxx::helpers::Writer::close |
- Deprecated:
- The
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.
◆ flush() [1/4]
| void log4cxx::helpers::Writer::flush |
◆ flush() [2/4]
| static void log4cxx::helpers::SystemOutWriter::flush |
( |
| ) |
|
|
static |
◆ flush() [3/4]
| void log4cxx::helpers::SystemOutWriter::flush |
( |
helpers::Pool & |
p | ) |
|
|
overridevirtual |
◆ flush() [4/4]
| virtual void log4cxx::helpers::Writer::flush |
- Deprecated:
- The
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.
◆ write() [1/4]
| void log4cxx::helpers::Writer::write |
◆ write() [2/4]
| static void log4cxx::helpers::SystemOutWriter::write |
( |
const LogString & |
str | ) |
|
|
static |
◆ write() [3/4]
◆ write() [4/4]
| virtual void log4cxx::helpers::Writer::write |
- Deprecated:
- The
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.
The documentation for this class was generated from the following file: