| Interface | Description |
|---|---|
| RollingPolicy |
Defines the policy based on which
RollingFileAppender will
generate rolling files. |
| Class | Description |
|---|---|
| FileAppender |
Continuously appends the data from an input stream into the given file.
|
| RollingFileAppender |
Continuously appends data from input stream into the given file, and rolls
over the file after the given interval.
|
| SizeBasedRollingPolicy |
Defines a
RollingPolicy by which files will be rolled
over after reaching a particular size. |
| TimeBasedRollingPolicy |
Defines a
RollingPolicy by which files will be rolled
over at a fixed interval. |