9 #ifndef _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH 10 #define _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH 28 unsigned int maxDaysToKeep = maxDaysToKeepDefault,
bool append =
true,
31 virtual void setMaxDaysToKeep(
unsigned int maxDaysToKeep);
32 virtual unsigned int getMaxDaysToKeep()
const;
34 virtual void rollOver();
49 #endif // _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts...
Definition: DailyRollingFileAppender.hh:25
unsigned int _maxDaysToKeep
Definition: DailyRollingFileAppender.hh:41
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:36
The internal representation of logging events.
Definition: LoggingEvent.hh:32