Uses of Class
ch.qos.logback.core.util.Duration
-
Packages that use Duration Package Description ch.qos.logback.core.hook Contains the shutdown hook functionality of logback, including the interface and base class for implementing hooks as well as some default implementations, such asDefaultShutdownHookch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations.ch.qos.logback.core.rolling Implements various file rolling policies.ch.qos.logback.core.sift Contains sifting appender framework for dynamic appender creation based on runtime attributes.ch.qos.logback.core.util Contains various utility classes. -
-
Uses of Duration in ch.qos.logback.core.hook
Fields in ch.qos.logback.core.hook declared as Duration Modifier and Type Field Description static DurationDefaultShutdownHook. DEFAULT_DELAYThe default is no delay before shutdown.Methods in ch.qos.logback.core.hook that return Duration Modifier and Type Method Description DurationDefaultShutdownHook. getDelay()Methods in ch.qos.logback.core.hook with parameters of type Duration Modifier and Type Method Description voidDefaultShutdownHook. setDelay(Duration delay)The duration to wait before shutting down the current logback context. -
Uses of Duration in ch.qos.logback.core.net
Methods in ch.qos.logback.core.net that return Duration Modifier and Type Method Description DurationAbstractSocketAppender. getEventDelayLimit()Returns the value of the eventDelayLimit property.DurationAbstractSocketAppender. getReconnectionDelay()Returns value of the reconnectionDelay property.Methods in ch.qos.logback.core.net with parameters of type Duration Modifier and Type Method Description voidAbstractSocketAppender. setEventDelayLimit(Duration eventDelayLimit)The eventDelayLimit takes a non-negative integer representing the number of milliseconds to allow the appender to block if the underlying BlockingQueue is full.voidAbstractSocketAppender. setReconnectionDelay(Duration delay)The reconnectionDelay property takes a positiveDurationvalue representing the time to wait between each failed connection attempt to the server. -
Uses of Duration in ch.qos.logback.core.rolling
Methods in ch.qos.logback.core.rolling that return Duration Modifier and Type Method Description DurationSizeAndTimeBasedFileNamingAndTriggeringPolicy. getCheckIncrement()DurationSizeBasedTriggeringPolicy. getCheckIncrement()Methods in ch.qos.logback.core.rolling with parameters of type Duration Modifier and Type Method Description voidSizeAndTimeBasedFileNamingAndTriggeringPolicy. setCheckIncrement(Duration checkIncrement)voidSizeBasedTriggeringPolicy. setCheckIncrement(Duration checkIncrement) -
Uses of Duration in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift that return Duration Modifier and Type Method Description DurationSiftingAppenderBase. getTimeout()Methods in ch.qos.logback.core.sift with parameters of type Duration Modifier and Type Method Description voidSiftingAppenderBase. setTimeout(Duration timeout) -
Uses of Duration in ch.qos.logback.core.util
Fields in ch.qos.logback.core.util declared as Duration Modifier and Type Field Description static DurationSimpleInvocationGate. DEFAULT_INCREMENTMethods in ch.qos.logback.core.util that return Duration Modifier and Type Method Description static DurationDuration. buildByDays(double value)static DurationDuration. buildByHours(double value)static DurationDuration. buildByMilliseconds(double value)static DurationDuration. buildByMinutes(double value)static DurationDuration. buildBySeconds(double value)static DurationDuration. buildUnbounded()static DurationDuration. valueOf(String durationStr)Constructors in ch.qos.logback.core.util with parameters of type Duration Constructor Description SimpleInvocationGate(Duration anIncrement)
-