7#ifndef _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH
8#define _LOG4CPP_DAILYROLLINGFILEAPPENDER_HH
25 const std::string& fileName,
#define LOG4CPP_EXPORT
Definition Export.hh:26
static unsigned int maxDaysToKeepDefault
Definition DailyRollingFileAppender.hh:35
DailyRollingFileAppender(const std::string &name, const std::string &fileName, unsigned int maxDaysToKeep=maxDaysToKeepDefault, bool append=true, mode_t mode=00644)
Definition DailyRollingFileAppender.cpp:40
virtual void rollOver()
Definition DailyRollingFileAppender.cpp:73
struct tm _logsTime
Definition DailyRollingFileAppender.hh:41
virtual void _append(const LoggingEvent &event)
Log in Appender specific way.
Definition DailyRollingFileAppender.cpp:151
unsigned int _maxDaysToKeep
Definition DailyRollingFileAppender.hh:39
virtual unsigned int getMaxDaysToKeep() const
Definition DailyRollingFileAppender.cpp:69
virtual void setMaxDaysToKeep(unsigned int maxDaysToKeep)
Definition DailyRollingFileAppender.cpp:65
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