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()
void log4cxx::helpers::FileOutputStream::close |
( |
Pool & |
p | ) |
|
|
overridevirtual |
◆ flush()
void log4cxx::helpers::FileOutputStream::flush |
( |
Pool & |
p | ) |
|
|
overridevirtual |
◆ getFilePtr()
apr_file_t * log4cxx::helpers::FileOutputStream::getFilePtr |
( |
| ) |
const |
◆ write()
void log4cxx::helpers::FileOutputStream::write |
( |
ByteBuffer & |
buf, |
|
|
Pool & |
p |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: