Uses of Interface
ch.qos.logback.core.rolling.TriggeringPolicy
Packages that use TriggeringPolicy
-
Uses of TriggeringPolicy in ch.qos.logback.core.rolling
Subinterfaces of TriggeringPolicy in ch.qos.logback.core.rollingModifier and TypeInterfaceDescriptioninterfaceThis interface lists the set of methods that need to be implemented by triggering policies which are nested within aTimeBasedRollingPolicy.Classes in ch.qos.logback.core.rolling that implement TriggeringPolicyModifier and TypeClassDescriptionclassDefault implementation ofTimeBasedFileNamingAndTriggeringPolicyinterface extendingTimeBasedFileNamingAndTriggeringPolicyBase.classThis class implementTimeBasedFileNamingAndTriggeringPolicyinterface extendingTimeBasedFileNamingAndTriggeringPolicyBase.classclassSizeBasedTriggeringPolicy looks at size of the file being currently written to.classBase implementation ofTimeBasedFileNamingAndTriggeringPolicy.classTimeBasedRollingPolicyis both easy to configure and quite powerful.classSizeBasedTriggeringPolicy looks at size of the file being currently written to.Methods in ch.qos.logback.core.rolling that return TriggeringPolicyMethods in ch.qos.logback.core.rolling with parameters of type TriggeringPolicyModifier and TypeMethodDescriptionvoidRollingFileAppender.setTriggeringPolicy(TriggeringPolicy<E> policy)