Class ProfilingLogbackFilter
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>
-
- com.evolveum.midpoint.util.logging.ProfilingLogbackFilter
-
- All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware
,ch.qos.logback.core.spi.LifeCycle
public class ProfilingLogbackFilter extends ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>
This filter provides functionality to profiling loggers to act as they don't inherit rootAppender, thus forwarding profiling and performance logs only into MIDPOINT_PROFILE_LOG. (we don't want them in MIDPOINT_LOG)- Author:
- shood
-
-
Constructor Summary
Constructors Constructor Description ProfilingLogbackFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.qos.logback.core.spi.FilterReply
decide(ch.qos.logback.classic.spi.ILoggingEvent event)
-
Methods inherited from class ch.qos.logback.core.filter.Filter
getName, isStarted, setName, start, stop
-
-