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 List<Action>RuleStore. matchActions(ElementPath elementPath)Return a list of actions matching a pattern.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. -
Uses of Action in chapters.onJoran
Constructor parameters in chapters.onJoran with type arguments of type Action Constructor Description SimpleConfigurator(Map<ElementSelector,Action> ruleMap)SimpleConfigurator(Map<ElementSelector,Action> ruleMap, List<ImplicitAction> iaList) -
Uses of Action in chapters.onJoran.calculator
Subclasses of Action in chapters.onJoran.calculator Modifier and Type Class Description classAddActionThis action adds the two integers at the top of the stack (they are removed) and pushes the result to the top the stack.classComputationAction1ComputationAction1 will print the result of the compuration made by children elements but only if the compuration itself is named, that is if the name attribute of the associated computation element is not null.classComputationAction2ComputationAction2 will print the result of the compuration made by children elements but only if the computation itself is named, that is if the name attribute of the associated computation element is not null.classLiteralActionThis action converts the value attribute of the associated element to an integer and pushes the resulting Integer object on top of the execution context stack.classMultiplyActionThis action multiplies the two integers at the top of the stack (they are removed) and pushes the result on top the stack. -
Uses of Action in chapters.onJoran.helloWorld
Subclasses of Action in chapters.onJoran.helloWorld Modifier and Type Class Description classHelloWorldActionA trivial action that writes "Hello world" on the console. -
Uses of Action in chapters.onJoran.implicit
Subclasses of Action in chapters.onJoran.implicit Modifier and Type Class Description classNOPActionNo operation (NOP) action that does strictly nothing.classPrintMeImplicitActionA rather trivial implicit action which is applicable if an element has a printme attribute set to true.
-