9#ifndef _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH
10#define _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH
#define LOG4CPP_EXPORT
Definition Export.hh:26
static unsigned int maxDaysToKeepDefault
Definition DailyRollingFileAppender.hh:36
DailyRollingFileAppender(const std::string &name, const std::string &fileName, unsigned int maxDaysToKeep=maxDaysToKeepDefault, bool append=true, mode_t mode=00644)
Definition DailyRollingFileAppender.cpp:42
virtual void rollOver()
Definition DailyRollingFileAppender.cpp:72
struct tm _logsTime
last log's file creation time (or last modification if appender just created)
Definition DailyRollingFileAppender.hh:45
virtual void _append(const LoggingEvent &event)
Log in Appender specific way.
Definition DailyRollingFileAppender.cpp:150
unsigned int _maxDaysToKeep
Definition DailyRollingFileAppender.hh:41
virtual unsigned int getMaxDaysToKeep() const
Definition DailyRollingFileAppender.cpp:68
virtual void setMaxDaysToKeep(unsigned int maxDaysToKeep)
Definition DailyRollingFileAppender.cpp:64
FileAppender(const std::string &name, const std::string &fileName, bool append=true, mode_t mode=00644)
Constructs a FileAppender.
Definition FileAppender.cpp:27
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