Package ch.qos.logback.classic.net
Class SocketAppender
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.AppenderBase<ILoggingEvent>
ch.qos.logback.core.net.AbstractSocketAppender<ILoggingEvent>
ch.qos.logback.classic.net.SocketAppender
- All Implemented Interfaces:
Appender<ILoggingEvent>
,SocketConnector.ExceptionHandler
,ContextAware
,FilterAttachable<ILoggingEvent>
,LifeCycle
@Deprecated(since="2022-01-27")
public class SocketAppender
extends AbstractSocketAppender<ILoggingEvent>
Deprecated.
Sends
ILoggingEvent
objects to a remote a log server, usually a
SocketNode
.
For more information on this appender, please refer to the online manual
at http://logback.qos.ch/manual/appenders.html#SocketAppender-
Field Summary
Fields inherited from class ch.qos.logback.core.net.AbstractSocketAppender
DEFAULT_PORT, DEFAULT_QUEUE_SIZE, DEFAULT_RECONNECTION_DELAY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPST()
Deprecated.void
setIncludeCallerData
(boolean includeCallerData) Deprecated.Methods inherited from class ch.qos.logback.core.net.AbstractSocketAppender
connectionFailed, getEventDelayLimit, getPort, getQueueSize, getReconnectionDelay, getRemoteHost, setEventDelayLimit, setPort, setQueueSize, setReconnectionDelay, setRemoteHost, start, stop
Methods inherited from class ch.qos.logback.core.AppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toString
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Constructor Details
-
SocketAppender
public SocketAppender()Deprecated.
-
-
Method Details
-
setIncludeCallerData
public void setIncludeCallerData(boolean includeCallerData) Deprecated. -
getPST
Deprecated.
-