9#ifndef _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH
10#define _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH
28 unsigned int maxDaysToKeep = maxDaysToKeepDefault,
bool append =
true,
32 virtual unsigned int getMaxDaysToKeep()
const;
34 virtual void rollOver();
#define LOG4CPP_EXPORT
Definition Export.hh:26
#define LOG4CPP_UNIQUE_PTR
Definition Portability.hh:75
DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts.
Definition DailyRollingFileAppender.hh:25
static unsigned int maxDaysToKeepDefault
Definition DailyRollingFileAppender.hh:36
unsigned int _maxDaysToKeep
Definition DailyRollingFileAppender.hh:41
Definition FileAppender.hh:20
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16
The internal representation of logging events.
Definition LoggingEvent.hh:32