Package ch.qos.logback.classic.sift
Class SiftingAppender
- java.lang.Object
 - 
- ch.qos.logback.core.spi.ContextAwareBase
 - 
- ch.qos.logback.core.AppenderBase<E>
 - 
- ch.qos.logback.core.sift.SiftingAppenderBase<ILoggingEvent>
 - 
- ch.qos.logback.classic.sift.SiftingAppender
 
 
 
 
 
- 
- All Implemented Interfaces:
 Appender<ILoggingEvent>,ContextAware,FilterAttachable<ILoggingEvent>,LifeCycle
@Deprecated(since="2022-01-27") public class SiftingAppender extends SiftingAppenderBase<ILoggingEvent>
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.This appender can contains other appenders which it can build dynamically depending on MDC values. The built appender is specified as part of a configuration file.See the logback manual for further details.
 
- 
- 
Constructor Summary
Constructors Constructor Description SiftingAppender()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetDiscriminator(Discriminator<ILoggingEvent> discriminator)Deprecated.- 
Methods inherited from class ch.qos.logback.core.sift.SiftingAppenderBase
getAppenderTracker, getDiscriminator, getDiscriminatorKey, getMaxAppenderCount, getTimeout, setAppenderFactory, setMaxAppenderCount, setTimeout, start, stop 
- 
Methods inherited from class ch.qos.logback.core.AppenderBase
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setDiscriminator
public void setDiscriminator(Discriminator<ILoggingEvent> discriminator)
Deprecated.- Overrides:
 setDiscriminatorin classSiftingAppenderBase<ILoggingEvent>
 
 - 
 
 -