|
Apache Log4cxx
Version 1.8.0
|
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 (helpers::Pool &p) override |
| void | flush (helpers::Pool &p) override |
| void | write (ByteBuffer &buf, helpers::Pool &p) override |
| apr_file_t * | getFilePtr () const |
| 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 () |
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 |
| 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.
| apr_file_t * log4cxx::helpers::FileOutputStream::getFilePtr | ( | ) | const |
| 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.