Uses of Class
ch.qos.logback.core.model.TimestampModel
-
Packages that use TimestampModel 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.model.processor Contains model processors for handling configuration model objects. -
-
Uses of TimestampModel in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model that return TimestampModel Modifier and Type Method Description protected TimestampModelTimestampModel. makeNewInstance() -
Uses of TimestampModel in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type TimestampModel Modifier and Type Method Description protected Class<TimestampModel>TimestampModelHandler. getSupportedModelClass()
-