Uses of Interface
ch.qos.logback.core.rolling.TriggeringPolicy
-
Packages that use TriggeringPolicy Package Description ch.qos.logback.core.rolling Implements various file rolling policies. -
-
Uses of TriggeringPolicy in ch.qos.logback.core.rolling
Subinterfaces of TriggeringPolicy in ch.qos.logback.core.rolling Modifier and Type Interface Description interfaceTimeBasedFileNamingAndTriggeringPolicy<E>This interface lists the set of methods that need to be implemented by triggering policies which are nested within aTimeBasedRollingPolicy.Methods in ch.qos.logback.core.rolling that return TriggeringPolicy Modifier and Type Method Description TriggeringPolicy<E>RollingFileAppender. getTriggeringPolicy()Methods in ch.qos.logback.core.rolling with parameters of type TriggeringPolicy Modifier and Type Method Description voidRollingFileAppender. setTriggeringPolicy(TriggeringPolicy<E> policy)
-