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 TypeInterfaceDescriptioninterface
This 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 TypeClassDescriptionclass
Default implementation ofTimeBasedFileNamingAndTriggeringPolicy
interface extendingTimeBasedFileNamingAndTriggeringPolicyBase
.class
This class implementTimeBasedFileNamingAndTriggeringPolicy
interface extendingTimeBasedFileNamingAndTriggeringPolicyBase
.class
class
SizeBasedTriggeringPolicy looks at size of the file being currently written to.class
Base implementation ofTimeBasedFileNamingAndTriggeringPolicy
.class
TimeBasedRollingPolicy
is both easy to configure and quite powerful.class
SizeBasedTriggeringPolicy 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 TypeMethodDescriptionvoid
RollingFileAppender.setTriggeringPolicy
(TriggeringPolicy<E> policy)