Package net.runelite.client.util
Class DeduplicationFilter
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.turbo.TurboFilter
-
- net.runelite.client.util.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
-
-
Constructor Summary
Constructors Constructor Description DeduplicationFilter()
-
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
-
-