18 #ifndef _LOG4CXX_DAILYROLLINGFILEAPPENDER_H
19 #define _LOG4CXX_DAILYROLLINGFILEAPPENDER_H
22 #pragma warning ( push )
23 #pragma warning ( disable: 4231 4251 4275 4786 )
202 #if defined(_MSC_VER)
203 #pragma warning ( pop )
DailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user ch...
Definition: dailyrollingfileappender.h:147
LogString getDatePattern() const
Returns the value of the DatePattern option.
DailyRollingFileAppender()
The default constructor simply calls its {parents constructor}.
void setDatePattern(const LogString &pattern)
The DatePattern takes a string in the same format as expected by SimpleDateFormat.
void setOption(const LogString &option, const LogString &value)
Set option to value.
DailyRollingFileAppender(const LayoutPtr &layout, const LogString &filename, const LogString &datePattern)
Instantiate a DailyRollingFileAppender and open the file designated by filename.
void activateOptions(log4cxx::helpers::Pool &)
Prepares DailyRollingFileAppender for use.
FileAppender appends log events to a file.
Definition: fileappender.h:47
Base class for log4cxx::rolling::RollingFileAppender and log4cxx::RollingFileAppender (analogues of o...
Definition: rollingfileappenderskeleton.h:41
std::shared_ptr< ErrorHandler > ErrorHandlerPtr
Definition: appender.h:43
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66
std::shared_ptr< Layout > LayoutPtr
Definition: appender.h:47
LOG4CXX_PTR_DEF(Appender)
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:39
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:159
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141