#include <socketoutputstream.h>
◆ SocketOutputStream()
| log4cxx::helpers::SocketOutputStream::SocketOutputStream |
( |
const SocketPtr & |
socket | ) |
|
◆ ~SocketOutputStream()
| log4cxx::helpers::SocketOutputStream::~SocketOutputStream |
( |
| ) |
|
◆ close() [1/3]
| void log4cxx::helpers::OutputStream::close |
◆ close() [2/3]
| void log4cxx::helpers::SocketOutputStream::close |
( |
helpers::Pool & |
p | ) |
|
|
overridevirtual |
◆ close() [3/3]
| virtual void log4cxx::helpers::OutputStream::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/3]
| void log4cxx::helpers::OutputStream::flush |
◆ flush() [2/3]
| void log4cxx::helpers::SocketOutputStream::flush |
( |
helpers::Pool & |
p | ) |
|
|
overridevirtual |
◆ flush() [3/3]
| virtual void log4cxx::helpers::OutputStream::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/3]
| void log4cxx::helpers::OutputStream::write |
◆ write() [2/3]
◆ write() [3/3]
| virtual void log4cxx::helpers::OutputStream::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: