Package ch.qos.logback.classic.boolex
Class JaninoEventEvaluator
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.boolex.EventEvaluatorBase<E>
-
- 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 Modifier and Type Field Description static java.util.List<java.lang.String>
DEFAULT_PARAM_NAME_LIST
Deprecated.static java.util.List<java.lang.Class>
DEFAULT_PARAM_TYPE_LIST
Deprecated.static java.lang.String
IMPORT_LEVEL
Deprecated.-
Fields inherited from class ch.qos.logback.core.boolex.JaninoEventEvaluatorBase
ERROR_THRESHOLD
-
-
Constructor Summary
Constructors Constructor Description JaninoEventEvaluator()
Deprecated.
-
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 Detail
-
IMPORT_LEVEL
public static final java.lang.String IMPORT_LEVEL
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_PARAM_NAME_LIST
public static final java.util.List<java.lang.String> DEFAULT_PARAM_NAME_LIST
Deprecated.
-
DEFAULT_PARAM_TYPE_LIST
public static final java.util.List<java.lang.Class> DEFAULT_PARAM_TYPE_LIST
Deprecated.
-
-