7#ifndef _LOG4CPP_ROLLINGFILEAPPENDER_HH
8#define _LOG4CPP_ROLLINGFILEAPPENDER_HH
27 virtual void setMaxBackupIndex(
unsigned int maxBackups);
28 virtual unsigned int getMaxBackupIndex()
const;
29 virtual void setMaximumFileSize(
size_t maxFileSize);
30 virtual size_t getMaxFileSize()
const;
32 virtual void rollOver();
#define LOG4CPP_EXPORT
Definition Export.hh:26
#define LOG4CPP_UNIQUE_PTR
Definition Portability.hh:75
Definition FileAppender.hh:20
RollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size ...
Definition RollingFileAppender.hh:22
size_t _maxFileSize
Definition RollingFileAppender.hh:43
unsigned short int _maxBackupIndexWidth
keep constant index width by zeroing leading positions
Definition RollingFileAppender.hh:41
unsigned int _maxBackupIndex
Definition RollingFileAppender.hh:37
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