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
FieldsFields inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
ERROR_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
addMatcher, evaluate, getExpression, getMatcherList, setExpression, startMethods 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, getStatusManager, setContextMethods inherited from class java.lang.Object
equals, 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
-
IMPORT_LEVEL
Deprecated.- See Also:
-
DEFAULT_PARAM_NAME_LIST
Deprecated. -
DEFAULT_PARAM_TYPE_LIST
Deprecated.
-
-
Constructor Details
-
JaninoEventEvaluator
public JaninoEventEvaluator()Deprecated.
-