Uses of Class
ch.qos.logback.core.joran.action.Action
Package
Description
-
Uses of Action in ch.qos.logback.access.joran.action
-
Uses of Action in ch.qos.logback.classic.joran.action
Modifier and TypeClassDescriptionclass
class
class
class
class
Insert an env-entry found in JNDI as a new context variableclass
Action to handle theelement nested within element. class
Action which handleselements in configuration files. class
class
A JoranAction
for aSocketReceiver
configuration.class
-
Uses of Action in ch.qos.logback.core.joran.action
Modifier and TypeClassDescriptionclass
class
class
class
class
class
CreatesDefineModel
instance and populate its name, className and scope.class
class
Action dealing with elements corresponding to implicit rules.class
PopulatesImportModel
based on XML input.class
class
class
No operation (NOP) action that does strictly nothing.class
class
This class serves to build a model for properties which are to the ANT <property> task which add/set properties of a given object.class
Action which handles <sequenceNumberGenerator> elements in configuration files.class
Action which buildsShutdownHookModel
based on <shutdownHook> elements found in configuration files.class
class
class
Given 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
-
Uses of Action in ch.qos.logback.core.joran.spi
Modifier and TypeMethodDescriptionRuleStore.matchActions
(ElementPath elementPath) Return a list of actions matching a pattern.SimpleRuleStore.matchActions
(ElementPath elementPath) Modifier and TypeMethodDescriptionvoid
RuleStore.addRule
(ElementSelector elementSelector, Supplier<Action> actionSupplier) Add a new rule, given by a pattern and an action instance.void
SimpleRuleStore.addRule
(ElementSelector elementSelector, Supplier<Action> actionSupplier) Add a new rule, i.e.void
SaxEventInterpreter.setImplicitActionSupplier
(Supplier<Action> actionSupplier)