Class AppenderRefDependencyAnalyser

All Implemented Interfaces:
ContextAware

The AppenderRefDependencyAnalyser class is responsible for analyzing dependencies related to appender references within a logging model. This class extends ModelHandlerBase and operates during the dependency analysis phase of processing. The primary responsibilities of this class include: - Identifying instances of AppenderRefModel within a model hierarchy. - Substituting references to appender models using the context's interpretation logic. - Adding dependency definitions for the identified appender references to the interpretation context.