|
Apache Log4cxx
Version 1.4.0
|
#include <socketoutputstream.h>
Public Member Functions | |
| SocketOutputStream (const SocketPtr &socket) | |
| ~SocketOutputStream () | |
| void | close (Pool &p) override |
| void | flush (Pool &p) override |
| void | write (ByteBuffer &buf, Pool &p) override |
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 | ( | ) |
Implements log4cxx::helpers::OutputStream.
Implements log4cxx::helpers::OutputStream.
|
overridevirtual |
Implements log4cxx::helpers::OutputStream.