Module ch.qos.logback.core
Package ch.qos.logback.core.joran.spi
package ch.qos.logback.core.joran.spi
-
ClassDescriptionBy throwing an exception an action can signal the Interpreter to skip processing of all the nested (child) elements of the element associated with the action causing the exception.The set of console output targets.A registry which maps a property in a host class to a default class.An element path characterizes a traversal path in an XML document.ElementSelector extends
ElementPathwith matching operations such asElementSelector.fullPathMatch(ElementPath),ElementSelector.getPrefixMatchLength(ElementPath)andElementSelector.getTailMatchLength(ElementPath).A 2-tuple (a double) consisting of a Class and a String.If a type (a class) has this annotation, then it will not be automatically started by Joran at configuration time.As its name indicates, a RuleStore contains 2-tuples consists of a ElementSelector and an Action.An InterpretationContext contains the contextual state of a Joran parsing session.SaxEventInterpreteris Joran's driving class for handling "low-level" SAX events.This class implements theRuleStoreinterface.