Class ThresholdFilter

All Implemented Interfaces:
ContextAware, LifeCycle

@Deprecated(since="2022-01-27") public class ThresholdFilter extends Filter<ILoggingEvent>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Filters events below the threshold level. Events with a level below the specified level will be denied, while events with a level equal or above the specified level will trigger a FilterReply.NEUTRAL result, to allow the rest of the filter chain process the event. For more information about filters, please refer to the online manual at http://logback.qos.ch/manual/filters.html#thresholdFilter
  • Constructor Details

    • ThresholdFilter

      public ThresholdFilter()
      Deprecated.
  • Method Details