Package ch.qos.logback.classic.boolex
Class JaninoEventEvaluator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.boolex.EventEvaluatorBase<ILoggingEvent>
ch.qos.logback.core.boolex.JaninoEventEvaluatorBase<ILoggingEvent>
ch.qos.logback.classic.boolex.JaninoEventEvaluator
- All Implemented Interfaces:
EventEvaluator<ILoggingEvent>
,ContextAware
,LifeCycle
@Deprecated(since="2022-01-27")
public class JaninoEventEvaluator
extends JaninoEventEvaluatorBase<ILoggingEvent>
Deprecated.
-
Field Summary
Fields inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
ERROR_THRESHOLD
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
addMatcher, evaluate, getExpression, getMatcherList, setExpression, start
Methods inherited from class ch.qos.logback.core.boolex.EventEvaluatorBase
getName, isStarted, setName, stop
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Field Details
-
IMPORT_LEVEL
Deprecated.- See Also:
-
DEFAULT_PARAM_NAME_LIST
Deprecated. -
DEFAULT_PARAM_TYPE_LIST
Deprecated.
-
-
Constructor Details
-
JaninoEventEvaluator
public JaninoEventEvaluator()Deprecated.
-