Uses of Class
ch.qos.logback.core.util.Duration
Packages that use Duration
Package
Description
Contains the shutdown hook functionality of logback,
including the interface and base class for implementing
hooks as well as some default implementations, such as
DelayingShutdownHookContains the base classes used by logback to log to remote
destinations.
Contains various utility classes.
-
Uses of Duration in ch.qos.logback.core.hook
Fields in ch.qos.logback.core.hook declared as DurationModifier and TypeFieldDescriptionstatic final DurationDefaultShutdownHook.DEFAULT_DELAYThe default is no delay before shutdown.Methods in ch.qos.logback.core.hook that return DurationMethods in ch.qos.logback.core.hook with parameters of type Duration -
Uses of Duration in ch.qos.logback.core.net
Methods in ch.qos.logback.core.net that return DurationModifier and TypeMethodDescriptionAbstractSocketAppender.getEventDelayLimit()Returns the value of the eventDelayLimit property.AbstractSocketAppender.getReconnectionDelay()Returns value of the reconnectionDelay property.Methods in ch.qos.logback.core.net with parameters of type DurationModifier and TypeMethodDescriptionvoidAbstractSocketAppender.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.sift
Methods in ch.qos.logback.core.sift that return DurationMethods in ch.qos.logback.core.sift with parameters of type Duration -
Uses of Duration in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util that return DurationModifier and TypeMethodDescriptionstatic 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 Duration