Interface BackupStrategy
-
- All Known Subinterfaces:
BackupStrategy2
- All Known Implementing Classes:
AbstractBackupStrategy,BackupStrategyWrapper,FileSizeBackupStrategy,FileSizeBackupStrategy2,NeverBackupStrategy
public interface BackupStrategyDecide whether the log file should be backup and use a new file for next logging.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldBackup(java.io.File file)Whether we should backup a specified log file.
-