Package ch.qos.logback.classic.sift
Class SiftingAppender
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.AppenderBase<ILoggingEvent>
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDiscriminator(Discriminator<ILoggingEvent> discriminator) Deprecated.Methods inherited from class ch.qos.logback.core.sift.SiftingAppenderBase
getAppenderTracker, getDiscriminator, getDiscriminatorKey, getMaxAppenderCount, getTimeout, setAppenderFactory, setMaxAppenderCount, setTimeout, 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, getStatusManager, setContextMethods inherited from class java.lang.Object
equals, 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
-
SiftingAppender
public SiftingAppender()Deprecated.
-
-
Method Details
-
setDiscriminator
Deprecated.- Overrides:
setDiscriminatorin classSiftingAppenderBase<ILoggingEvent>
-