Class Action

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
All Implemented Interfaces:
ContextAware
Direct Known Subclasses:
AbstractEventEvaluatorAction, AppenderAction, AppenderRefAction, ConfigurationAction, ConsolePluginAction, ContextNameAction, ContextPropertyAction, ConversionRuleAction, DefinePropertyAction, IfAction, ImplicitAction, IncludeAction, InsertFromJNDIAction, JMXConfiguratorAction, LevelAction, LoggerAction, LoggerContextListenerAction, NewRuleAction, NOPAction, ParamAction, PropertyAction, ReceiverAction, RootLoggerAction, ShutdownHookAction, SiftAction, StatusListenerAction, ThenOrElseActionBase, TimestampAction

@Deprecated(since="2022-01-27") public abstract class Action extends ContextAwareBase
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Most of the work for configuring logback is done by Actions.

Action methods are invoked as the XML file is parsed.

This class is largely inspired from the relevant class in the commons-digester project of the Apache Software Foundation.