java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.AppenderBase<IAccessEvent>
ch.qos.logback.core.net.AbstractSocketAppender<IAccessEvent>
ch.qos.logback.access.common.net.SocketAppender
- All Implemented Interfaces:
 ch.qos.logback.core.Appender<IAccessEvent>,ch.qos.logback.core.net.SocketConnector.ExceptionHandler,ch.qos.logback.core.spi.ContextAware,ch.qos.logback.core.spi.FilterAttachable<IAccessEvent>,ch.qos.logback.core.spi.LifeCycle
Sends 
IAccessEvent objects to a remote a log server, usually a
 SocketNode.
 
 For more information about this appender, please refer to the online manual
 at http://logback.qos.ch/manual/appenders.html#AccessSocketAppender- Author:
 - Ceki Gülcü, Sébastien Pennec
 
- 
Field Summary
Fields inherited from class ch.qos.logback.core.net.AbstractSocketAppender
DEFAULT_PORT, DEFAULT_QUEUE_SIZE, DEFAULT_RECONNECTION_DELAYFields inherited from class ch.qos.logback.core.AppenderBase
name, startedFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionch.qos.logback.core.spi.PreSerializationTransformer<IAccessEvent> getPST()protected voidpostProcessEvent(IAccessEvent event) Methods inherited from class ch.qos.logback.core.net.AbstractSocketAppender
append, connectionFailed, getEventDelayLimit, getPort, getQueueSize, getReconnectionDelay, getRemoteHost, getSocketFactory, newConnector, setEventDelayLimit, setPort, setQueueSize, setReconnectionDelay, setRemoteHost, start, stopMethods inherited from class ch.qos.logback.core.AppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext 
- 
Constructor Details
- 
SocketAppender
public SocketAppender() 
 - 
 - 
Method Details
- 
postProcessEvent
- Specified by:
 postProcessEventin classch.qos.logback.core.net.AbstractSocketAppender<IAccessEvent>
 - 
getPST
- Specified by:
 getPSTin classch.qos.logback.core.net.AbstractSocketAppender<IAccessEvent>
 
 -