Uses of Class
ch.qos.logback.core.util.Duration
-
Packages that use Duration Package Description ch.qos.logback.classic.joran.action 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 asch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations.ch.qos.logback.core.sift ch.qos.logback.core.util Contains various utility classes. -
-
Uses of Duration in ch.qos.logback.classic.joran.action
Methods in ch.qos.logback.classic.joran.action that return Duration Modifier and Type Method Description private DurationConfigurationAction. getDuration(java.lang.String scanAttrib, java.lang.String scanPeriodAttrib) -
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 DurationDelayingShutdownHook. DEFAULT_DELAYThe default is no delay before shutdown.private DurationDelayingShutdownHook. delayThe delay in milliseconds before the ShutdownHook stops the logback contextMethods in ch.qos.logback.core.hook that return Duration Modifier and Type Method Description DurationDelayingShutdownHook. getDelay()Methods in ch.qos.logback.core.hook with parameters of type Duration Modifier and Type Method Description voidDelayingShutdownHook. setDelay(Duration delay)The duration to wait before shutting down the current logback context. -
Uses of Duration in ch.qos.logback.core.net
Fields in ch.qos.logback.core.net declared as Duration Modifier and Type Field Description private DurationAbstractSocketAppender. eventDelayLimitprivate DurationAbstractSocketAppender. reconnectionDelayMethods 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.sift
Fields in ch.qos.logback.core.sift declared as Duration Modifier and Type Field Description (package private) DurationSiftingAppenderBase. timeoutMethods 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
Methods 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(java.lang.String durationStr)
-