Interface RotatableWriter.RolloverLifecycleHook
-
- Enclosing class:
- RotatableWriter
public static interface RotatableWriter.RolloverLifecycleHookCallback hooks to allow custom action to be taken before and after the checks for rotation and retention is performed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterRollingOver()This method is called after the rotation and retention checks are done.voidbeforeRollingOver()This method is called before the rotation and retention checks are done.
-