7 #ifndef _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH 8 #define _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH 25 const std::string& fileName,
26 unsigned int maxDaysToKeep = maxDaysToKeepDefault,
30 virtual void setMaxDaysToKeep(
unsigned int maxDaysToKeep);
31 virtual unsigned int getMaxDaysToKeep()
const;
33 virtual void rollOver();
45 #endif // _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts...
Definition: DailyRollingFileAppender.hh:22
unsigned int _maxDaysToKeep
Definition: DailyRollingFileAppender.hh:39
Definition: FileAppender.hh:20
#define LOG4CPP_EXPORT
Definition: Export.hh:26
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
static unsigned int maxDaysToKeepDefault
Definition: DailyRollingFileAppender.hh:35
The internal representation of logging events.
Definition: LoggingEvent.hh:32