- java.lang.Object
-
- ch.qos.logback.core.model.Model
-
- ch.qos.logback.core.model.SiftModel
-
- All Implemented Interfaces:
Serializable
public class SiftModel extends Model
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SiftModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SiftModelmakeNewInstance()-
Methods inherited from class ch.qos.logback.core.model.Model
addSubModel, addText, deepMarkAsSkipped, duplicate, equals, getBodyText, getLineNumber, getSubModels, getTag, hashCode, idString, isHandled, isSkipped, isUnhandled, markAsHandled, markAsSkipped, mirror, setLineNumber, setTag, toString
-
-
-
-
Constructor Detail
-
SiftModel
public SiftModel()
-
-
Method Detail
-
makeNewInstance
protected SiftModel makeNewInstance()
- Overrides:
makeNewInstancein classModel
-
-