java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.boolex.EventEvaluatorBase<ILoggingEvent>
ch.qos.logback.classic.boolex.StubEventEvaluator
- All Implemented Interfaces:
EventEvaluator<ILoggingEvent>,ContextAware,LifeCycle
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMatcher(Matcher matcher) booleanevaluate(ILoggingEvent event) voidsetExpression(String expression) voidstart()Methods inherited from class ch.qos.logback.core.boolex.EventEvaluatorBase
getName, isStarted, setName, stopMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Field Details
-
MSG_0
- See Also:
-
MSG_1
- See Also:
-
MSG_2
- See Also:
-
matcherList
-
-
Constructor Details
-
StubEventEvaluator
public StubEventEvaluator()
-
-
Method Details
-
start
- Specified by:
startin interfaceLifeCycle- Overrides:
startin classEventEvaluatorBase<ILoggingEvent>
-
evaluate
-
getExpression
-
setExpression
-
addMatcher
-