Uses of Interface
ch.qos.logback.core.rolling.TriggeringPolicy
-
Uses of TriggeringPolicy in ch.qos.logback.core.rolling
Modifier and TypeInterfaceDescriptioninterface
This interface lists the set of methods that need to be implemented by triggering policies which are nested within aTimeBasedRollingPolicy
.Modifier and TypeClassDescriptionclass
class
class
class
SizeBasedTriggeringPolicy looks at size of the file being currently written to.class
class
TimeBasedRollingPolicy
is both easy to configure and quite powerful.class
SizeBasedTriggeringPolicy looks at size of the file being currently written to.Modifier and TypeMethodDescriptionvoid
RollingFileAppender.setTriggeringPolicy
(TriggeringPolicy<E> policy)