Package ch.qos.logback.core.sift
Interface AppenderFactory<E>
- 
- All Known Implementing Classes:
 AbstractAppenderFactoryUsingJoran,AppenderFactoryUsingJoran
@Deprecated(since="2022-01-27") public interface AppenderFactory<E>Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Created with IntelliJ IDEA. User: ceki Date: 25.04.13 Time: 19:00 To change this template use File | Settings | File Templates. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Appender<E>buildAppender(Context context, java.lang.String discriminatingValue)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
buildAppender
Appender<E> buildAppender(Context context, java.lang.String discriminatingValue) throws JoranException
Deprecated.- Throws:
 JoranException
 
 - 
 
 -