log4cpp::RollingFileAppender Class Reference
RollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit.
More...
#include <RollingFileAppender.hh>
List of all members.
Detailed Description
RollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit.
- Since:
- 0.3.1
Constructor & Destructor Documentation
log4cpp::RollingFileAppender::RollingFileAppender |
( |
const std::string & |
name, |
|
|
const std::string & |
fileName, |
|
|
size_t |
maxFileSize = 10*1024*1024 , |
|
|
unsigned int |
maxBackupIndex = 1 , |
|
|
bool |
append = true , |
|
|
mode_t |
mode = 00644 | |
|
) |
| | |
Member Function Documentation
void log4cpp::RollingFileAppender::_append |
( |
const LoggingEvent & |
event |
) |
[protected, virtual] |
unsigned int log4cpp::RollingFileAppender::getMaxBackupIndex |
( |
|
) |
const [virtual] |
size_t log4cpp::RollingFileAppender::getMaxFileSize |
( |
|
) |
const [virtual] |
void log4cpp::RollingFileAppender::rollOver |
( |
|
) |
[virtual] |
void log4cpp::RollingFileAppender::setMaxBackupIndex |
( |
unsigned int |
maxBackups |
) |
[virtual] |
void log4cpp::RollingFileAppender::setMaximumFileSize |
( |
size_t |
maxFileSize |
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: