public class ServerSocketAppender extends AbstractServerSocketAppender<ILoggingEvent>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
includeCallerData |
private static PreSerializationTransformer<ILoggingEvent> |
pst |
DEFAULT_BACKLOG, DEFAULT_CLIENT_QUEUE_SIZEname, startedcontext| Constructor and Description |
|---|
ServerSocketAppender() |
| Modifier and Type | Method and Description |
|---|---|
protected PreSerializationTransformer<ILoggingEvent> |
getPST()
Gets a transformer that will be used to convert a received event
to a
Serializable form. |
boolean |
isIncludeCallerData() |
protected void |
postProcessEvent(ILoggingEvent event)
Post process an event received via
#append(E). |
void |
setIncludeCallerData(boolean includeCallerData) |
append, createServerListener, createServerRunner, getAddress, getBacklog, getClientQueueSize, getInetAddress, getPort, getServerSocketFactory, setAddress, setBacklog, setClientQueueSize, setPort, start, 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, setContextprivate static final PreSerializationTransformer<ILoggingEvent> pst
private boolean includeCallerData
protected void postProcessEvent(ILoggingEvent event)
AbstractServerSocketAppender#append(E).postProcessEvent in class AbstractServerSocketAppender<ILoggingEvent>protected PreSerializationTransformer<ILoggingEvent> getPST()
AbstractServerSocketAppenderSerializable form.getPST in class AbstractServerSocketAppender<ILoggingEvent>public boolean isIncludeCallerData()
public void setIncludeCallerData(boolean includeCallerData)