Uses of Class
ch.qos.logback.core.joran.action.Action
Packages that use Action
Package
Description
-
Uses of Action in ch.qos.logback.access.joran.action
Subclasses of Action in ch.qos.logback.access.joran.action -
Uses of Action in ch.qos.logback.classic.joran.action
Subclasses of Action in ch.qos.logback.classic.joran.actionModifier and TypeClassDescriptionclassclassclassclassclassInsert an env-entry found in JNDI as a new context variableclassAction to handle theelement nested within element. classAction which handleselements in configuration files. classclassA JoranActionfor aSocketReceiverconfiguration.class -
Uses of Action in ch.qos.logback.core.joran.action
Subclasses of Action in ch.qos.logback.core.joran.actionModifier and TypeClassDescriptionclassclassclassclassclassclassCreatesDefineModelinstance and populate its name, className and scope.classclassAction dealing with elements corresponding to implicit rules.classPopulatesImportModelbased on XML input.classclassclassNo operation (NOP) action that does strictly nothing.classclassThis class serves to build a model for properties which are to the ANT <property> task which add/set properties of a given object.classAction which handles <sequenceNumberGenerator> elements in configuration files.classAction which buildsShutdownHookModelbased on <shutdownHook> elements found in configuration files.classclassclassGiven 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 -
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 ActionModifier and TypeMethodDescriptionRuleStore.matchActions(ElementPath elementPath) Return a list of actions matching a pattern.SimpleRuleStore.matchActions(ElementPath elementPath) Method parameters in ch.qos.logback.core.joran.spi with type arguments of type ActionModifier and TypeMethodDescriptionvoidRuleStore.addRule(ElementSelector elementSelector, Supplier<Action> actionSupplier) Add a new rule, given by a pattern and an action instance.voidSimpleRuleStore.addRule(ElementSelector elementSelector, Supplier<Action> actionSupplier) Add a new rule, i.e.voidSaxEventInterpreter.setImplicitActionSupplier(Supplier<Action> actionSupplier)