Sends output to stderr.
More...
#include <systemerrwriter.h>
◆ SystemErrWriter()
| log4cxx::helpers::SystemErrWriter::SystemErrWriter |
( |
| ) |
|
◆ ~SystemErrWriter()
| virtual log4cxx::helpers::SystemErrWriter::~SystemErrWriter |
( |
| ) |
|
|
virtual |
◆ close() [1/3]
| void log4cxx::helpers::Writer::close |
◆ close() [2/3]
| void log4cxx::helpers::SystemErrWriter::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::SystemErrWriter::flush |
( |
| ) |
|
|
static |
◆ flush() [3/4]
| void log4cxx::helpers::SystemErrWriter::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::SystemErrWriter::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: