Uses of Interface
ch.qos.logback.core.net.ssl.SSLComponent
Package
Description
Contains classes used to log through a network
Provides a robust logging server
Contains the base classes used by logback to log to remote
destinations.
Contains the base classes used by logback to serve logging events to
remote peers.
-
Uses of SSLComponent in ch.qos.logback.classic.net
Modifier and TypeClassDescriptionclass
ASocketAppender
that supports SSL.class
ASocketReceiver
that supports SSL. -
Uses of SSLComponent in ch.qos.logback.classic.net.server
Modifier and TypeClassDescriptionclass
AServerSocketAppender
that supports SSL.class
AServerSocketReceiver
that supports SSL. -
Uses of SSLComponent in ch.qos.logback.core.net
Modifier and TypeClassDescriptionclass
An abstract base for module specificSSLSocketAppender
implementations located in other logback modules. -
Uses of SSLComponent in ch.qos.logback.core.net.server
Modifier and TypeClassDescriptionclass
This is the base class for module specific ServerSocketAppender implementations.