Uses of Class
ch.qos.logback.core.model.SiftModel
-
Packages that use SiftModel Package Description ch.qos.logback.core.model Contains Model classes which are the internal representation of configuration elements, independent of XML.ch.qos.logback.core.sift Contains sifting appender framework for dynamic appender creation based on runtime attributes. -
-
Uses of SiftModel in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model that return SiftModel Modifier and Type Method Description protected SiftModelSiftModel. makeNewInstance() -
Uses of SiftModel in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift that return SiftModel Modifier and Type Method Description SiftModelSiftingAppenderBase. getSiftModel()Methods in ch.qos.logback.core.sift that return types with arguments of type SiftModel Modifier and Type Method Description protected Class<SiftModel>NOPSiftModelHandler. getSupportedModelClass()protected Class<SiftModel>SiftModelHandler. getSupportedModelClass()Methods in ch.qos.logback.core.sift with parameters of type SiftModel Modifier and Type Method Description voidSiftingAppenderBase. setSiftModel(SiftModel siftModel)
-