#include <fileappender.h>
Inheritance diagram for log4cplus::RollingFileAppender:
Public Member Functions | |
RollingFileAppender (const log4cplus::tstring &filename, long maxFileSize=10 *1024 *1024, int maxBackupIndex=1, bool immediateFlush=true) | |
RollingFileAppender (const log4cplus::helpers::Properties &properties) | |
virtual | ~RollingFileAppender () |
Protected Member Functions | |
virtual void | append (const spi::InternalLoggingEvent &event) |
void | rollover () |
Protected Attributes | |
long | maxFileSize |
int | maxBackupIndex |
Definition at line 86 of file fileappender.h.
|
|
|
|
|
|
|
Reimplemented from log4cplus::FileAppender. |
|
|
|
Definition at line 104 of file fileappender.h. |
|
Definition at line 103 of file fileappender.h. |