Interface RotatableWriter.RolloverLifecycleHook
-
- Enclosing class:
- RotatableWriter
public static interface RotatableWriter.RolloverLifecycleHook
Callback 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 void
afterRollingOver()
This method is called after the rotation and retention checks are done.void
beforeRollingOver()
This method is called before the rotation and retention checks are done.
-