Class AppenderDeclarationAnalyser

  • All Implemented Interfaces:
    ContextAware

    public class AppenderDeclarationAnalyser
    extends ModelHandlerBase
    The AppenderDeclarationAnalyser class is responsible for analyzing the availability of appenders. By available, we mean whether an appender with a given name is declared somewhere in the configuration. This availability information is later used by AppenderRefModelHandler to attempt to attach only those appenders that were previously declared.