OutputStream implemented on top of APR file IO.
More...
#include <fileoutputstream.h>
OutputStream implemented on top of APR file IO.
◆ FileOutputStream() [1/2]
| log4cxx::helpers::FileOutputStream::FileOutputStream |
( |
const LogString & |
filename, |
|
|
bool |
append = false |
|
) |
| |
◆ FileOutputStream() [2/2]
| log4cxx::helpers::FileOutputStream::FileOutputStream |
( |
const logchar * |
filename, |
|
|
bool |
append = false |
|
) |
| |
◆ ~FileOutputStream()
| virtual log4cxx::helpers::FileOutputStream::~FileOutputStream |
( |
| ) |
|
|
virtual |
◆ close() [1/3]
| void log4cxx::helpers::OutputStream::close |
◆ close() [2/3]
| void log4cxx::helpers::FileOutputStream::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::FileOutputStream::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.
◆ getFilePtr()
| apr_file_t* log4cxx::helpers::FileOutputStream::getFilePtr |
( |
| ) |
const |
◆ 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: