Uses of Class
ch.qos.logback.core.joran.action.Action
-
-
Uses of Action in ch.qos.logback.access.joran.action
Subclasses of Action in ch.qos.logback.access.joran.action Modifier and Type Class Description classConfigurationActionclassEvaluatorAction -
Uses of Action in ch.qos.logback.access.sift
Subclasses of Action in ch.qos.logback.access.sift Modifier and Type Class Description classSiftAction -
Uses of Action in ch.qos.logback.classic.joran.action
Subclasses of Action in ch.qos.logback.classic.joran.action Modifier and Type Class Description classConfigurationActionclassConsolePluginActionclassContextNameActionclassEvaluatorActionclassInsertFromJNDIActionInsert an env-entry found in JNDI as a new context variableclassJMXConfiguratorActionclassLevelActionAction to handle theelement nested within element. classLoggerActionAction which handleselements in configuration files. classLoggerContextListenerActionclassReceiverActionA JoranActionfor aSocketReceiverconfiguration.classRootLoggerAction -
Uses of Action in ch.qos.logback.classic.sift
Subclasses of Action in ch.qos.logback.classic.sift Modifier and Type Class Description classSiftAction -
Uses of Action in ch.qos.logback.core.joran.action
Subclasses of Action in ch.qos.logback.core.joran.action Modifier and Type Class Description classAbstractEventEvaluatorActionclassAppenderAction<E>classAppenderRefAction<E>classContextPropertyActionclassConversionRuleActionclassDefinePropertyActionInstantiate class for define property value.classImplicitActionImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.classIncludeActionclassNestedBasicPropertyIAThis action is responsible for tying together a parent object with one of its simple properties specified as an element but for which there is no explicit rule.classNestedComplexPropertyIAThis action is responsible for tying together a parent object with a child element for which there is no explicit rule.classNewRuleActionclassNOPActionNo operation (NOP) action that does strictly nothing.classParamActionclassPropertyActionThis class serves as a base for other actions, which similar to the ANTtask which add/set properties of a given object. classShutdownHookActionAction which handleselements in configuration files. classStatusListenerActionclassTimestampActionGiven a key and a date-and-time pattern, puts a property to the context, with the specified key and value equal to the current time in the format corresponding to the specified date-and-time pattern. -
Uses of Action in ch.qos.logback.core.joran.conditional
Subclasses of Action in ch.qos.logback.core.joran.conditional Modifier and Type Class Description classElseActionclassIfActionclassThenActionclassThenOrElseActionBase -
Uses of Action in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>RuleStore. matchActions(ElementPath elementPath)Return a list of actions matching a pattern.java.util.List<Action>SimpleRuleStore. matchActions(ElementPath elementPath)Methods in ch.qos.logback.core.joran.spi with parameters of type Action Modifier and Type Method Description voidRuleStore. addRule(ElementSelector elementSelector, Action action)Add a new rule, given by a pattern and an action instance.voidSimpleRuleStore. addRule(ElementSelector elementSelector, Action action)Add a new rule, i.e.
-