Uses of Class
ch.qos.logback.core.model.AppenderRefModel
Packages that use AppenderRefModel
Package
Description
Contains Model classes which are the internal representation of configuration elements, independent of XML.
Contains model processors for handling configuration model objects.
-
Uses of AppenderRefModel in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model that return AppenderRefModel -
Uses of AppenderRefModel in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type AppenderRefModelModifier and TypeMethodDescriptionprotected Class<? extends AppenderRefModel> AppenderRefModelHandler.getSupportedModelClass()Method parameters in ch.qos.logback.core.model.processor with type arguments of type AppenderRefModelModifier and TypeMethodDescriptionvoidAppenderRefDependencyAnalyser.collectAllAppenderRefModels(List<AppenderRefModel> list, Model model) Recursively processes the given Model object and its submodels, extracting instances of AppenderRefModel and adding them to the provided list.