|
Engauge Digitizer
2
|
Noop class that mimics the same class in the log4cpp library. More...
#include <RollingFileAppender.hh>
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. | |
Noop class that mimics the same class in the log4cpp library.
Definition at line 11 of file RollingFileAppender.hh.
1.8.15