Engauge Digitizer  2
 All Classes Functions Variables Typedefs Enumerations Friends Pages
Public Member Functions | List of all members
log4cpp::RollingFileAppender Class Reference

Noop class that mimics the same class in the log4cpp library. More...

#include <RollingFileAppender.hh>

Inheritance diagram for log4cpp::RollingFileAppender:
log4cpp::FileAppender log4cpp::LayoutAppender log4cpp::Appender

Public Member Functions

 RollingFileAppender (const std::string &name, const std::string &fileName, size_t maxFileSize, unsigned int maxBackupIndex, bool append)
 Single constructor.
 
void setMaxBackupIndex (unsigned int maxBackups)
 Noop method for setting the number of backups.
 
unsigned int getMaxBackupIndex () const
 Noop method for getting the number of backups.
 
void setMaximumFileSize (size_t maxFileSize)
 Noop method for setting the maximum file size.
 
size_t getMaxFileSize () const
 Noop method for getting the maximum file size.
 
bool getAppend () const
 Noop method for getting the append flag.
 
virtual void setLayout (Layout *layout)
 Set the layout for this Appender.
 
- Public Member Functions inherited from log4cpp::FileAppender
 FileAppender (const std::string &name)
 Single constructor.
 
- Public Member Functions inherited from log4cpp::LayoutAppender
 LayoutAppender (const std::string &)
 Single constructor.
 

Detailed Description

Noop class that mimics the same class in the log4cpp library.

Definition at line 11 of file RollingFileAppender.hh.


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