Package ch.qos.logback.classic
Class AsyncAppender
java.lang.Object
- All Implemented Interfaces:
Appender<ILoggingEvent>
,AppenderAttachable<ILoggingEvent>
,ContextAware
,FilterAttachable<ILoggingEvent>
,LifeCycle
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
In order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable. See the
chapter on appenders in the manual for
further information.
- Since:
- 1.0.4
-
Field Summary
Fields inherited from class ch.qos.logback.core.AsyncAppenderBase
DEFAULT_MAX_FLUSH_TIME, DEFAULT_QUEUE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.void
setIncludeCallerData
(boolean includeCallerData) Deprecated.Methods inherited from class ch.qos.logback.core.AsyncAppenderBase
addAppender, detachAndStopAllAppenders, detachAppender, detachAppender, getAppender, getDiscardingThreshold, getMaxFlushTime, getNumberOfElementsInQueue, getQueueSize, getRemainingCapacity, isAttached, isNeverBlock, iteratorForAppenders, setDiscardingThreshold, setMaxFlushTime, setNeverBlock, setQueueSize, start, stop
Methods inherited from class ch.qos.logback.core.UnsynchronizedAppenderBase
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
-
Constructor Details
-
AsyncAppender
public AsyncAppender()Deprecated.
-
-
Method Details
-
isIncludeCallerData
public boolean isIncludeCallerData()Deprecated. -
setIncludeCallerData
public void setIncludeCallerData(boolean includeCallerData) Deprecated.
-