Package | Description |
---|---|
ch.qos.logback.classic.net |
Contains classes used to log through a network
|
ch.qos.logback.classic.net.server |
Provides a robust logging server
|
ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote
destinations.
|
ch.qos.logback.core.net.server |
Contains the base classes used by logback to serve logging events to
remote peers.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLSocketAppender
A
SocketAppender that supports SSL. |
class |
SSLSocketReceiver
A
SocketReceiver that supports SSL. |
Modifier and Type | Class and Description |
---|---|
class |
SSLServerSocketAppender
A
ServerSocketAppender that supports SSL. |
class |
SSLServerSocketReceiver
A
ServerSocketReceiver 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLServerSocketAppenderBase<E>
This is the base class for module specific ServerSocketAppender
implementations.
|
Copyright © 2005–2015 QOS.ch. All rights reserved.