Package com.elvishew.xlog.printer.file.backup
-
Interface Summary 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 Summary Class Description AbstractBackupStrategy An abstractBackupStrategy2, simply append '.bak.n' to the end of normal file name when naming a backup with index n.FileSizeBackupStrategy Deprecated. useFileSizeBackupStrategy2instead, since 1.9.0.FileSizeBackupStrategy2 Limit the file size of a max length.NeverBackupStrategy Never backup the log file.