Package ch.qos.logback.core.joran.action
package ch.qos.logback.core.joran.action
-
ClassDescriptionMost of the work for configuring logback is done by Actions.This class contains costants used by other Actions.Instantiate class for define property value.Lump together several fields for use by
NestedComplexPropertyIA
.ImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.This 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.This action is responsible for tying together a parent object with a child element for which there is no explicit rule.No operation (NOP) action that does strictly nothing.This class serves as a base for other actions, which similar to the ANTtask which add/set properties of a given object. Action which handleselements in configuration files. 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.