Class LevelConverter

  • All Implemented Interfaces:
    ContextAware, LifeCycle

    @Deprecated(since="2022-01-27")
    public class LevelConverter
    extends ClassicConverter
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Return the event's level.
    • Constructor Detail

      • LevelConverter

        public LevelConverter()
        Deprecated.
    • Method Detail

      • convert

        public java.lang.String convert​(ILoggingEvent le)
        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.
        Specified by:
        convert in class Converter<ILoggingEvent>