Package ch.qos.logback.classic.sift
Class SiftingJoranConfigurator
- java.lang.Object
 - 
- ch.qos.logback.core.spi.ContextAwareBase
 - 
- ch.qos.logback.core.joran.GenericConfigurator
 - 
- ch.qos.logback.core.sift.SiftingJoranConfiguratorBase<ILoggingEvent>
 - 
- ch.qos.logback.classic.sift.SiftingJoranConfigurator
 
 
 
 
 
- 
- All Implemented Interfaces:
 ContextAware
@Deprecated(since="2022-01-27") public class SiftingJoranConfigurator extends SiftingJoranConfiguratorBase<ILoggingEvent>
Deprecated. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Appender<ILoggingEvent>getAppender()Deprecated.- 
Methods inherited from class ch.qos.logback.core.sift.SiftingJoranConfiguratorBase
doConfigure, toString 
- 
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator
doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, informContextOfURLUsedForConfiguration, recallSafeConfiguration, registerSafeConfiguration 
- 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getAppender
public Appender<ILoggingEvent> getAppender()
Deprecated.- Specified by:
 getAppenderin classSiftingJoranConfiguratorBase<ILoggingEvent>
 
 - 
 
 -