Class ClassicConverter

All Implemented Interfaces:
ContextAware, LifeCycle
Direct Known Subclasses:
CallerDataConverter, ContextNameConverter, DateConverter, FileOfCallerConverter, LevelConverter, LineOfCallerConverter, LineSeparatorConverter, LocalSequenceNumberConverter, MarkerConverter, MDCConverter, MessageConverter, MethodOfCallerConverter, NamedConverter, PropertyConverter, RelativeTimeConverter, SyslogStartConverter, ThreadConverter, ThrowableHandlingConverter

@Deprecated(since="2022-01-27") public abstract class ClassicConverter extends DynamicConverter<ILoggingEvent>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
This class serves the super-class of all converters in logback. It extends DynamicConverter.
  • Constructor Details

    • ClassicConverter

      public ClassicConverter()
      Deprecated.