public class AsyncAppender extends ch.qos.logback.core.AsyncAppenderBase<ILoggingEvent>
| Constructor and Description |
|---|
AsyncAppender() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isDiscardable(ILoggingEvent event)
Events of level TRACE, DEBUG and INFO are deemed to be discardable.
|
boolean |
isIncludeCallerData() |
protected void |
preprocess(ILoggingEvent eventObject) |
void |
setIncludeCallerData(boolean includeCallerData) |
addAppender, append, detachAndStopAllAppenders, detachAppender, detachAppender, getAppender, getDiscardingThreshold, getNumberOfElementsInQueue, getQueueSize, getRemainingCapacity, isAttached, iteratorForAppenders, setDiscardingThreshold, setQueueSize, start, stopaddFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextprotected boolean isDiscardable(ILoggingEvent event)
isDiscardable in class ch.qos.logback.core.AsyncAppenderBase<ILoggingEvent>event - protected void preprocess(ILoggingEvent eventObject)
preprocess in class ch.qos.logback.core.AsyncAppenderBase<ILoggingEvent>public boolean isIncludeCallerData()
public void setIncludeCallerData(boolean includeCallerData)