Class AsyncAppender

All Implemented Interfaces:
Appender<ILoggingEvent>, AppenderAttachable<ILoggingEvent>, ContextAware, FilterAttachable<ILoggingEvent>, LifeCycle

@Deprecated(since="2022-01-27") public class AsyncAppender extends AsyncAppenderBase<ILoggingEvent>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
In order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable. See the chapter on appenders in the manual for further information.
Since:
1.0.4
  • Constructor Details

    • AsyncAppender

      public AsyncAppender()
      Deprecated.
  • Method Details

    • isIncludeCallerData

      public boolean isIncludeCallerData()
      Deprecated.
    • setIncludeCallerData

      public void setIncludeCallerData(boolean includeCallerData)
      Deprecated.