Uses of Class
ch.qos.logback.core.model.conditional.IfModel
-
Packages that use IfModel Package Description ch.qos.logback.core.model.conditional Contains model classes for conditional configuration elements.ch.qos.logback.core.model.processor.conditional Contains model processors for conditional configuration elements. -
-
Uses of IfModel in ch.qos.logback.core.model.conditional
Methods in ch.qos.logback.core.model.conditional that return IfModel Modifier and Type Method Description protected IfModelIfModel. makeNewInstance() -
Uses of IfModel in ch.qos.logback.core.model.processor.conditional
Methods in ch.qos.logback.core.model.processor.conditional that return types with arguments of type IfModel Modifier and Type Method Description protected Class<IfModel>IfModelHandler. getSupportedModelClass()
-