Class DeduplicationFilter

  • All Implemented Interfaces:
    ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

    public class DeduplicationFilter
    extends ch.qos.logback.classic.turbo.TurboFilter
    • Field Summary

      • Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

        context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ch.qos.logback.core.spi.FilterReply decide​(org.slf4j.Marker marker, ch.qos.logback.classic.Logger logger, ch.qos.logback.classic.Level level, String s, Object[] objects, Throwable throwable)  
      void stop()  
      • Methods inherited from class ch.qos.logback.classic.turbo.TurboFilter

        getName, isStarted, setName, start
      • Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

        addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
    • Constructor Detail

      • DeduplicationFilter

        public DeduplicationFilter()
    • Method Detail

      • stop

        public void stop()
        Specified by:
        stop in interface ch.qos.logback.core.spi.LifeCycle
        Overrides:
        stop in class ch.qos.logback.classic.turbo.TurboFilter
      • decide

        public ch.qos.logback.core.spi.FilterReply decide​(org.slf4j.Marker marker,
                                                          ch.qos.logback.classic.Logger logger,
                                                          ch.qos.logback.classic.Level level,
                                                          String s,
                                                          Object[] objects,
                                                          Throwable throwable)
        Specified by:
        decide in class ch.qos.logback.classic.turbo.TurboFilter