Uses of Class
ch.qos.logback.core.net.AbstractSocketAppender
Package
Description
Contains classes used to log through a network
Contains the base classes used by logback to log to remote
destinations.
-
Uses of AbstractSocketAppender in ch.qos.logback.classic.net
Modifier and TypeClassDescriptionclass
SendsILoggingEvent
objects to a remote a log server, usually aSocketNode
.class
ASocketAppender
that supports SSL. -
Uses of AbstractSocketAppender in ch.qos.logback.core.net
Modifier and TypeClassDescriptionclass
An abstract base for module specificSSLSocketAppender
implementations located in other logback modules.