Apache Log4cxx
Version 1.3.1
|
OutputStream implemented on top of APR file IO. More...
#include <fileoutputstream.h>
Public Member Functions | |
FileOutputStream (const LogString &filename, bool append=false) | |
FileOutputStream (const logchar *filename, bool append=false) | |
virtual | ~FileOutputStream () |
void | close (Pool &p) override |
void | flush (Pool &p) override |
void | write (ByteBuffer &buf, Pool &p) override |
apr_file_t * | getFilePtr () const |
![]() | |
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 | |
![]() | |
OutputStream () | |
virtual | ~OutputStream () |
OutputStream implemented on top of APR file IO.
log4cxx::helpers::FileOutputStream::FileOutputStream | ( | const LogString & | filename, |
bool | append = false |
||
) |
log4cxx::helpers::FileOutputStream::FileOutputStream | ( | const logchar * | filename, |
bool | append = false |
||
) |
|
virtual |
Implements log4cxx::helpers::OutputStream.
Implements log4cxx::helpers::OutputStream.
apr_file_t * log4cxx::helpers::FileOutputStream::getFilePtr | ( | ) | const |
|
overridevirtual |
Implements log4cxx::helpers::OutputStream.