Class ThreadConverter

  • All Implemented Interfaces:
    ContextAware, LifeCycle

    @Deprecated(since="2022-01-27")
    public class ThreadConverter
    extends ClassicConverter
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Return the events thread (usually the current thread).
    • Constructor Detail

      • ThreadConverter

        public ThreadConverter()
        Deprecated.
    • Method Detail

      • convert

        public java.lang.String convert​(ILoggingEvent event)
        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>