Interface CleanStrategy
-
- All Known Implementing Classes:
FileLastModifiedCleanStrategy,NeverCleanStrategy
public interface CleanStrategyDecide whether the log file should be clean.- Since:
- 1.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldClean(java.io.File file)Whether we should clean a specified log file.
-