DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts.
More...
#include <DailyRollingFileAppender.hh>
List of all members.
Detailed Description
DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts.
- Since:
- 1.1.2
Constructor & Destructor Documentation
log4cpp::DailyRollingFileAppender::DailyRollingFileAppender |
( |
const std::string & |
name, |
|
|
const std::string & |
fileName, |
|
|
unsigned int |
maxDaysToKeep = maxDaysToKeepDefault , |
|
|
bool |
append = true , |
|
|
mode_t |
mode = 00644 |
|
) |
| |
Member Function Documentation
void log4cpp::DailyRollingFileAppender::_append |
( |
const LoggingEvent & |
event | ) |
[protected, virtual] |
unsigned int log4cpp::DailyRollingFileAppender::getMaxDaysToKeep |
( |
| ) |
const [virtual] |
void log4cpp::DailyRollingFileAppender::rollOver |
( |
| ) |
[virtual] |
void log4cpp::DailyRollingFileAppender::setMaxDaysToKeep |
( |
unsigned int |
maxDaysToKeep | ) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: