Uses of Class
ch.qos.logback.core.util.Duration

Packages that use Duration
ch.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.core.net
 

Methods in ch.qos.logback.core.net that return Duration
 Duration AbstractSocketAppender.getEventDelayLimit()
          Returns the value of the eventDelayLimit property.
 Duration AbstractSocketAppender.getReconnectionDelay()
          Returns value of the reconnectionDelay property.
 

Methods in ch.qos.logback.core.net with parameters of type Duration
 void AbstractSocketAppender.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.
 void AbstractSocketAppender.setReconnectionDelay(Duration delay)
          The reconnectionDelay property takes a positive Duration value 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 Duration
 Duration SiftingAppenderBase.getTimeout()
           
 

Methods in ch.qos.logback.core.sift with parameters of type Duration
 void SiftingAppenderBase.setTimeout(Duration timeout)
           
 

Uses of Duration in ch.qos.logback.core.util
 

Methods in ch.qos.logback.core.util that return Duration
static Duration Duration.buildByDays(double value)
           
static Duration Duration.buildByHours(double value)
           
static Duration Duration.buildByMilliseconds(double value)
           
static Duration Duration.buildByMinutes(double value)
           
static Duration Duration.buildBySeconds(double value)
           
static Duration Duration.buildUnbounded()
           
static Duration Duration.valueOf(String durationStr)
           
 



Copyright © 2005-2014 QOS.ch. All Rights Reserved.