Class ServerSocketAppender
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.AppenderBase<E>
-
- ch.qos.logback.core.net.server.AbstractServerSocketAppender<ILoggingEvent>
-
- ch.qos.logback.classic.net.server.ServerSocketAppender
-
- All Implemented Interfaces:
Appender<ILoggingEvent>
,ContextAware
,FilterAttachable<ILoggingEvent>
,LifeCycle
@Deprecated(since="2022-01-27") public class ServerSocketAppender extends AbstractServerSocketAppender<ILoggingEvent>
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.An appender that listens on a TCP port for connections from remote loggers. Each event delivered to this appender is delivered to all connected remote loggers.
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.net.server.AbstractServerSocketAppender
DEFAULT_BACKLOG, DEFAULT_CLIENT_QUEUE_SIZE
-
-
Constructor Summary
Constructors Constructor Description ServerSocketAppender()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isIncludeCallerData()
Deprecated.void
setIncludeCallerData(boolean includeCallerData)
Deprecated.-
Methods inherited from class ch.qos.logback.core.net.server.AbstractServerSocketAppender
getAddress, getBacklog, getClientQueueSize, getPort, setAddress, setBacklog, setClientQueueSize, setPort, 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
-
-