| Interface | Description |
|---|---|
| BackupStrategy |
Decide whether the log file should be backup and use a new file for next logging.
|
| BackupStrategy2 |
Decide whether and how the log file should be backed up and use a new file for next logging.
|
| Class | Description |
|---|---|
| AbstractBackupStrategy |
An abstract
BackupStrategy2, simply append '.bak.n' to the end of normal file name when
naming a backup with index n. |
| FileSizeBackupStrategy | Deprecated
use
FileSizeBackupStrategy2 instead, since 1.9.0. |
| FileSizeBackupStrategy2 |
Limit the file size of a max length.
|
| NeverBackupStrategy |
Never backup the log file.
|