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();
#define LOG4CPP_EXPORT
Definition: Export.hh:26
DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts.
Definition: DailyRollingFileAppender.hh:22
static unsigned int maxDaysToKeepDefault
Definition: DailyRollingFileAppender.hh:35
unsigned int _maxDaysToKeep
Definition: DailyRollingFileAppender.hh:39
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