|
Apache Log4cxx
Version 1.8.0
|
#include <socketoutputstream.h>
Public Member Functions | |
| SocketOutputStream (const SocketPtr &socket) | |
| ~SocketOutputStream () | |
| void | close (helpers::Pool &p) override |
| void | flush (helpers::Pool &p) override |
| void | write (ByteBuffer &buf, helpers::Pool &p) override |
| void | close () |
| void | flush () |
| void | write (ByteBuffer &buf) |
| Public Member Functions inherited from log4cxx::helpers::OutputStream | |
| void | close () |
| void | flush () |
| void | write (ByteBuffer &buf) |
| 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 |
Additional Inherited Members | |
| Protected Member Functions inherited from log4cxx::helpers::OutputStream | |
| OutputStream () | |
| virtual | ~OutputStream () |
| log4cxx::helpers::SocketOutputStream::SocketOutputStream | ( | const SocketPtr & | socket | ) |
| log4cxx::helpers::SocketOutputStream::~SocketOutputStream | ( | ) |
| void log4cxx::helpers::OutputStream::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::OutputStream.
| void log4cxx::helpers::OutputStream::flush | ( | ) |
|
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::OutputStream.
| void log4cxx::helpers::OutputStream::write | ( | ByteBuffer & | buf | ) |
|
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::OutputStream.