Class IntegerTokenConverter
- java.lang.Object
-
- ch.qos.logback.core.pattern.Converter<E>
-
- ch.qos.logback.core.pattern.FormattingConverter<E>
-
- ch.qos.logback.core.pattern.DynamicConverter<java.lang.Object>
-
- ch.qos.logback.core.rolling.helper.IntegerTokenConverter
-
- All Implemented Interfaces:
MonoTypedConverter
,ContextAware
,LifeCycle
@Deprecated(since="2022-01-27") public class IntegerTokenConverter extends DynamicConverter<java.lang.Object> implements MonoTypedConverter
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.When asked to convert an integer,IntegerTokenConverter
the string value of that integer.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONVERTER_KEY
Deprecated.
-
Constructor Summary
Constructors Constructor Description IntegerTokenConverter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
convert(int i)
Deprecated.java.lang.String
convert(java.lang.Object o)
Deprecated.The convert method is responsible for extracting data from the event and storing it for later use by the write method.boolean
isApplicable(java.lang.Object o)
Deprecated.-
Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, isStarted, setContext, setOptionList, start, stop
-
Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
-
-
-
Field Detail
-
CONVERTER_KEY
public static final java.lang.String CONVERTER_KEY
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
convert
public java.lang.String convert(int i)
Deprecated.
-
convert
public java.lang.String convert(java.lang.Object o)
Deprecated.Description copied from class:Converter
The convert method is responsible for extracting data from the event and storing it for later use by the write method.
-
isApplicable
public boolean isApplicable(java.lang.Object o)
Deprecated.- Specified by:
isApplicable
in interfaceMonoTypedConverter
-
-