Uses of Interface
ch.qos.logback.core.rolling.RollingPolicy
Packages that use RollingPolicy
-
Uses of RollingPolicy in ch.qos.logback.core.rolling
Classes in ch.qos.logback.core.rolling that implement RollingPolicyModifier and TypeClassDescriptionclassWhen rolling over,FixedWindowRollingPolicyrenames files according to a fixed window algorithm.classImplements methods common to most, it not all, rolling policies.classclassTimeBasedRollingPolicyis both easy to configure and quite powerful.Methods in ch.qos.logback.core.rolling that return RollingPolicyMethods in ch.qos.logback.core.rolling with parameters of type RollingPolicyModifier and TypeMethodDescriptionvoidRollingFileAppender.setRollingPolicy(RollingPolicy policy) Sets the rolling policy.