| Package | Description |
|---|---|
| ch.qos.logback.classic.net |
Contains classes used to log through a network
|
| ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote
destinations.
|
| Modifier and Type | Method and Description |
|---|---|
protected SocketConnector |
SocketReceiver.newConnector(InetAddress address,
int port,
int initialDelay,
int retryDelay) |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketReceiver.connectionFailed(SocketConnector connector,
Exception ex) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSocketConnector
Default implementation of
SocketConnector. |
class |
SocketConnectorBase
Base implementation of
SocketConnector. |
| Modifier and Type | Method and Description |
|---|---|
protected SocketConnector |
AbstractSocketAppender.newConnector(InetAddress address,
int port,
long initialDelay,
long retryDelay)
Creates a new
SocketConnector. |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketConnector.ExceptionHandler.connectionFailed(SocketConnector connector,
Exception ex) |
void |
AbstractSocketAppender.connectionFailed(SocketConnector connector,
Exception ex) |
Copyright © 2005–2014 QOS.ch. All rights reserved.