public class SSLSocketAppender extends AbstractSSLSocketAppender<ILoggingEvent>
SocketAppender that supports SSL.
For more information on this appender, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#SSLSocketAppender
DEFAULT_PORT, DEFAULT_QUEUE_SIZE, DEFAULT_RECONNECTION_DELAYname, startedcontext| Constructor and Description |
|---|
SSLSocketAppender() |
| Modifier and Type | Method and Description |
|---|---|
PreSerializationTransformer<ILoggingEvent> |
getPST()
Get the pre-serialization transformer that will be used to transform
each event into a Serializable object before delivery to the remote
receiver.
|
protected void |
postProcessEvent(ILoggingEvent event)
Post-processes an event before it is serialized for delivery to the
remote receiver.
|
void |
setIncludeCallerData(boolean includeCallerData) |
getSocketFactory, getSsl, setSsl, startappend, connectionFailed, getEventDelayLimit, getPort, getQueueSize, getReconnectionDelay, getRemoteHost, newConnector, setEventDelayLimit, setPort, setQueueSize, setReconnectionDelay, setRemoteHost, stopaddFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContextprotected void postProcessEvent(ILoggingEvent event)
AbstractSocketAppenderpostProcessEvent in class AbstractSocketAppender<ILoggingEvent>event - the event to post-processpublic void setIncludeCallerData(boolean includeCallerData)
public PreSerializationTransformer<ILoggingEvent> getPST()
AbstractSocketAppendergetPST in class AbstractSocketAppender<ILoggingEvent>Copyright © 2005–2015 QOS.ch. All rights reserved.