Uses of Class
ch.qos.logback.core.model.IncludeModel
-
Packages that use IncludeModel Package Description ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects. -
-
Uses of IncludeModel in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type IncludeModel Modifier and Type Method Description protected Class<IncludeModel>IncludeModelHandler. getSupportedModelClass()Methods in ch.qos.logback.core.model.processor with parameters of type IncludeModel Modifier and Type Method Description ModelIncludeModelHandler. buildModelFromIncludedFile(ContextAwarePropertyContainer capc, URL topURL, Boolean topScan, IncludeModel includeModel)This method is called by logback-tyler at TylerConfigurator run-time.
-