Package net.morimekta.providence.logging
Interface RollingFileMessageWriter.CurrentFileUpdater
-
- Enclosing class:
- RollingFileMessageWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface RollingFileMessageWriter.CurrentFileUpdaterInterface for calling back to the rolling file message writen when a file roll is supposed to happen.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateCurrentFile(java.lang.String newFileName)
-