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.When
Interpreter
class is used as the origin of anContextAwareImpl
instance, then XML locator information is lost.The set of console output targets.A registry which maps a property in a host class to a default class.A element path characterizes a traversal path in an XML document.ElementSelector extendsElementPath
with matching operations such asElementSelector.fullPathMatch(ElementPath)
,ElementSelector.getPrefixMatchLength(ElementPath)
andElementSelector.getTailMatchLength(ElementPath)
.A 2-tuple (a double) consisting of a Class and a String.An InterpretationContext contains the contextual state of a Joran parsing session.Interpreter is Joran's main driving class.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.This class implements theRuleStore
interface.