Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Duration |
AbstractSocketAppender.getEventDelayLimit()
Returns the value of the eventDelayLimit property.
|
Duration |
AbstractSocketAppender.getReconnectionDelay()
Returns value of the reconnectionDelay property.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Duration |
SiftingAppenderBase.getTimeout() |
Modifier and Type | Method and Description |
---|---|
void |
SiftingAppenderBase.setTimeout(Duration timeout) |
Modifier and Type | Method and Description |
---|---|
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–2015 QOS.ch. All rights reserved.