log4cpp 1.1
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
log4cpp::DailyRollingFileAppender Class Reference

DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts. More...

#include <DailyRollingFileAppender.hh>

Inheritance diagram for log4cpp::DailyRollingFileAppender:
log4cpp::FileAppender log4cpp::LayoutAppender log4cpp::AppenderSkeleton log4cpp::Appender

Public Member Functions

 DailyRollingFileAppender (const std::string &name, const std::string &fileName, unsigned int maxDaysToKeep=maxDaysToKeepDefault, bool append=true, mode_t mode=00644)
 
virtual void setMaxDaysToKeep (unsigned int maxDaysToKeep)
 
virtual unsigned int getMaxDaysToKeep () const
 
virtual void rollOver ()
 
- Public Member Functions inherited from log4cpp::FileAppender
 FileAppender (const std::string &name, const std::string &fileName, bool append=true, mode_t mode=00644)
 Constructs a FileAppender.
 
 FileAppender (const std::string &name, int fd)
 Constructs a FileAppender to an already open file descriptor.
 
virtual ~FileAppender ()
 
virtual bool reopen ()
 Reopens the logfile.
 
virtual void close ()
 Closes the logfile.
 
virtual void setAppend (bool append)
 Sets the append vs truncate flag.
 
virtual bool getAppend () const
 Gets the value of the 'append' option.
 
virtual void setMode (mode_t mode)
 Sets the file open mode.
 
virtual mode_t getMode () const
 Gets the file open mode.
 
- Public Member Functions inherited from log4cpp::LayoutAppender
 LayoutAppender (const std::string &name)
 
virtual ~LayoutAppender ()
 
virtual bool requiresLayout () const
 Check if the appender requires a layout.
 
virtual void setLayout (Layout *layout=NULL)
 Set the Layout for this appender.
 
- Public Member Functions inherited from log4cpp::AppenderSkeleton
virtual ~AppenderSkeleton ()
 Destructor for AppenderSkeleton.
 
virtual void doAppend (const LoggingEvent &event)
 Log in Appender specific way.
 
virtual void setThreshold (Priority::Value priority)
 Set the threshold priority of this Appender.
 
virtual Priority::Value getThreshold ()
 Get the threshold priority of this Appender.
 
virtual void setFilter (Filter *filter)
 Set a Filter for this appender.
 
virtual FiltergetFilter ()
 Get the Filter for this appender.
 
- Public Member Functions inherited from log4cpp::Appender
virtual ~Appender ()
 Destructor for Appender.
 
const std::string & getName () const
 Get the name of this appender.
 

Static Public Attributes

static unsigned int maxDaysToKeepDefault = 30
 

Protected Member Functions

virtual void _append (const LoggingEvent &event)
 Log in Appender specific way.
 
- Protected Member Functions inherited from log4cpp::LayoutAppender
Layout_getLayout ()
 Return the layout of the appender.
 
- Protected Member Functions inherited from log4cpp::AppenderSkeleton
 AppenderSkeleton (const std::string &name)
 Constructor for AppenderSkeleton.
 
- Protected Member Functions inherited from log4cpp::Appender
 Appender (const std::string &name)
 Constructor for Appender.
 

Protected Attributes

unsigned int _maxDaysToKeep
 
struct tm _logsTime
 
- Protected Attributes inherited from log4cpp::FileAppender
const std::string _fileName
 
int _fd
 
int _flags
 
mode_t _mode
 

Additional Inherited Members

- Public Types inherited from log4cpp::LayoutAppender
typedef BasicLayout DefaultLayoutType
 
- Static Public Member Functions inherited from log4cpp::Appender
static AppendergetAppender (const std::string &name)
 Get a pointer to an exitsing Appender.
 
static bool reopenAll ()
 Call reopen() on all existing Appenders.
 
static void closeAll ()
 Call reopen() on all existing Appenders.
 

Detailed Description

DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts.

Since
1.1.2

Constructor & Destructor Documentation

◆ DailyRollingFileAppender()

log4cpp::DailyRollingFileAppender::DailyRollingFileAppender ( const std::string & name,
const std::string & fileName,
unsigned int maxDaysToKeep = maxDaysToKeepDefault,
bool append = true,
mode_t mode = 00644 )

Member Function Documentation

◆ _append()

void log4cpp::DailyRollingFileAppender::_append ( const LoggingEvent & event)
protectedvirtual

Log in Appender specific way.

Subclasses of Appender should implement this method to perform actual logging.

Parameters
eventThe LoggingEvent to log.

Reimplemented from log4cpp::FileAppender.

◆ getMaxDaysToKeep()

unsigned int log4cpp::DailyRollingFileAppender::getMaxDaysToKeep ( ) const
virtual

◆ rollOver()

void log4cpp::DailyRollingFileAppender::rollOver ( )
virtual

◆ setMaxDaysToKeep()

void log4cpp::DailyRollingFileAppender::setMaxDaysToKeep ( unsigned int maxDaysToKeep)
virtual

Member Data Documentation

◆ _logsTime

struct tm log4cpp::DailyRollingFileAppender::_logsTime
protected

◆ _maxDaysToKeep

unsigned int log4cpp::DailyRollingFileAppender::_maxDaysToKeep
protected

◆ maxDaysToKeepDefault

unsigned int log4cpp::DailyRollingFileAppender::maxDaysToKeepDefault = 30
static

The documentation for this class was generated from the following files: