Class HighlightingCompositeConverter

  • All Implemented Interfaces:
    ContextAware, LifeCycle

    @Deprecated(since="2022-01-27")
    public class HighlightingCompositeConverter
    extends ForegroundCompositeConverterBase<ILoggingEvent>
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Highlights inner-text depending on the level, in bold red for events of level ERROR, in red for WARN, in BLUE for INFO, and in the default color for other levels.
    • Constructor Detail

      • HighlightingCompositeConverter

        public HighlightingCompositeConverter()
        Deprecated.