7#ifndef _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH
8#define _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH
31 virtual unsigned int getMaxDaysToKeep()
const;
33 virtual void rollOver();
#define LOG4CPP_EXPORT
Definition Export.hh:26
#define LOG4CPP_UNIQUE_PTR
Definition Portability.hh:73
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