Package ch.qos.logback.core.sift
Class AbstractAppenderFactoryUsingJoran<E>
java.lang.Object
ch.qos.logback.core.sift.AbstractAppenderFactoryUsingJoran<E>
- Type Parameters:
E-
- All Implemented Interfaces:
AppenderFactory<E>
- Direct Known Subclasses:
AppenderFactoryUsingJoran
@Deprecated(since="2022-01-27")
public abstract class AbstractAppenderFactoryUsingJoran<E>
extends Object
implements AppenderFactory<E>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Builds new appenders dynamically by running SiftingJoranConfigurator instance,
a custom configurator tailored for the contents of the sift element.
-
Method Summary
Modifier and TypeMethodDescriptionbuildAppender(Context context, String discriminatingValue) Deprecated.Deprecated.abstract SiftingJoranConfiguratorBase<E> Deprecated.
-
Method Details
-
getSiftingJoranConfigurator
Deprecated. -
buildAppender
Deprecated.- Specified by:
buildAppenderin interfaceAppenderFactory<E>- Throws:
JoranException
-
getEventList
Deprecated.
-