Package ch.qos.logback.core.joran.action
Class ActionConst
- java.lang.Object
-
- ch.qos.logback.core.joran.action.ActionConst
-
@Deprecated(since="2022-01-27") public abstract class ActionConst extends Object
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.This class contains costants used by other Actions.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_CLASS_ATTRIBUTEDeprecated.static StringADDITIVITY_ATTRIBUTEDeprecated.static StringAPPENDER_BAGDeprecated.static StringAPPENDER_TAGDeprecated.static StringCONVERSION_WORD_ATTRIBUTEDeprecated.static StringCONVERTER_CLASS_ATTRIBUTEDeprecated.static StringINHERITEDDeprecated.static StringLEVEL_ATTRIBUTEDeprecated.static StringNULLDeprecated.static StringPATTERN_ATTRIBUTEDeprecated.static StringREF_ATTRIBUTEDeprecated.static StringVALUE_ATTRDeprecated.
-
Constructor Summary
Constructors Constructor Description ActionConst()Deprecated.
-
-
-
Field Detail
-
APPENDER_TAG
public static final String APPENDER_TAG
Deprecated.- See Also:
- Constant Field Values
-
REF_ATTRIBUTE
public static final String REF_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
ADDITIVITY_ATTRIBUTE
public static final String ADDITIVITY_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
LEVEL_ATTRIBUTE
public static final String LEVEL_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
CONVERTER_CLASS_ATTRIBUTE
public static final String CONVERTER_CLASS_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
CONVERSION_WORD_ATTRIBUTE
public static final String CONVERSION_WORD_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
PATTERN_ATTRIBUTE
public static final String PATTERN_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
VALUE_ATTR
public static final String VALUE_ATTR
Deprecated.- See Also:
- Constant Field Values
-
ACTION_CLASS_ATTRIBUTE
public static final String ACTION_CLASS_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
INHERITED
public static final String INHERITED
Deprecated.- See Also:
- Constant Field Values
-
NULL
public static final String NULL
Deprecated.- See Also:
- Constant Field Values
-
APPENDER_BAG
public static final String APPENDER_BAG
Deprecated.- See Also:
- Constant Field Values
-
-