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
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.Modifier and TypeMethodDescriptionvoid
RollingFileAppender.setTriggeringPolicy
(TriggeringPolicy<E> policy)