Package ch.qos.logback.classic.net
Class SSLSocketAppender
- java.lang.Object
 - 
- ch.qos.logback.core.spi.ContextAwareBase
 - 
- ch.qos.logback.core.AppenderBase<E>
 - 
- ch.qos.logback.core.net.AbstractSocketAppender<E>
 - 
- ch.qos.logback.core.net.AbstractSSLSocketAppender<ILoggingEvent>
 - 
- ch.qos.logback.classic.net.SSLSocketAppender
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Appender<ILoggingEvent>,SocketConnector.ExceptionHandler,SSLComponent,ContextAware,FilterAttachable<ILoggingEvent>,LifeCycle
@Deprecated(since="2022-01-27") public class SSLSocketAppender extends AbstractSSLSocketAppender<ILoggingEvent>
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.ASocketAppenderthat supports SSL.For more information on this appender, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#SSLSocketAppender
 
- 
- 
Field Summary
- 
Fields inherited from class ch.qos.logback.core.net.AbstractSocketAppender
DEFAULT_PORT, DEFAULT_QUEUE_SIZE, DEFAULT_RECONNECTION_DELAY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SSLSocketAppender()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PreSerializationTransformer<ILoggingEvent>getPST()Deprecated.voidsetIncludeCallerData(boolean includeCallerData)Deprecated.- 
Methods inherited from class ch.qos.logback.core.net.AbstractSSLSocketAppender
getSsl, setSsl, start 
- 
Methods inherited from class ch.qos.logback.core.net.AbstractSocketAppender
connectionFailed, getEventDelayLimit, getPort, getQueueSize, getReconnectionDelay, getRemoteHost, setEventDelayLimit, setPort, setQueueSize, setReconnectionDelay, setRemoteHost, 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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setIncludeCallerData
public void setIncludeCallerData(boolean includeCallerData)
Deprecated. 
- 
getPST
public PreSerializationTransformer<ILoggingEvent> getPST()
Deprecated. 
 - 
 
 -