| 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 | Class and Description |
|---|---|
class |
SocketAppender
Sends
ILoggingEvent objects to a remote a log server, usually a
SocketNode. |
class |
SSLSocketAppender
A
SocketAppender that supports SSL. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSSLSocketAppender<E>
An abstract base for module specific
SSLSocketAppender
implementations located in other logback modules. |
class |
SSLSocketAppenderBase<E>
This is the base class for module specific SSLSocketAppender implementations.
|
Copyright © 2005–2014 QOS.ch. All rights reserved.