Class DateTokenConverter<E>
- java.lang.Object
-
- ch.qos.logback.core.pattern.Converter<E>
-
- ch.qos.logback.core.pattern.FormattingConverter<E>
-
- ch.qos.logback.core.pattern.DynamicConverter<E>
-
- ch.qos.logback.core.rolling.helper.DateTokenConverter<E>
-
- All Implemented Interfaces:
MonoTypedConverter,ContextAware,LifeCycle
@Deprecated(since="2022-01-27") public class DateTokenConverter<E> extends DynamicConverter<E> implements MonoTypedConverter
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Returns a date formatted by SimpleDateFormatter.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUXILIARY_TOKENDeprecated.static StringCONVERTER_KEYDeprecated.The conversion word/character with which this converter is registered.static StringDEFAULT_DATE_PATTERNDeprecated.
-
Constructor Summary
Constructors Constructor Description DateTokenConverter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringconvert(Object o)Deprecated.The convert method is responsible for extracting data from the event and storing it for later use by the write method.Stringconvert(Date date)Deprecated.StringgetDatePattern()Deprecated.Return the date pattern.TimeZonegetTimeZone()Deprecated.booleanisApplicable(Object o)Deprecated.booleanisPrimary()Deprecated.voidstart()Deprecated.Components that depend on options passed during configuration can override this method in order to make appropriate use of those options.StringtoRegex()Deprecated.-
Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, isStarted, setContext, setOptionList, stop
-
Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
-
-
-
Field Detail
-
CONVERTER_KEY
public static final String CONVERTER_KEY
Deprecated.The conversion word/character with which this converter is registered.- See Also:
- Constant Field Values
-
AUXILIARY_TOKEN
public static final String AUXILIARY_TOKEN
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_DATE_PATTERN
public static final String DEFAULT_DATE_PATTERN
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start()
Deprecated.Description copied from class:DynamicConverterComponents that depend on options passed during configuration can override this method in order to make appropriate use of those options. For simpler components, the trivial implementation found in this abstract class will be sufficient.- Specified by:
startin interfaceLifeCycle- Overrides:
startin classDynamicConverter<E>
-
convert
public String convert(Object o)
Deprecated.Description copied from class:ConverterThe convert method is responsible for extracting data from the event and storing it for later use by the write method.
-
getDatePattern
public String getDatePattern()
Deprecated.Return the date pattern.
-
getTimeZone
public TimeZone getTimeZone()
Deprecated.
-
isApplicable
public boolean isApplicable(Object o)
Deprecated.- Specified by:
isApplicablein interfaceMonoTypedConverter
-
toRegex
public String toRegex()
Deprecated.
-
isPrimary
public boolean isPrimary()
Deprecated.
-
-