Package ch.qos.logback.core.boolex
Class EventEvaluatorBase<E>
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.boolex.EventEvaluatorBase<E>
-
- All Implemented Interfaces:
EventEvaluator<E>,ContextAware,LifeCycle
- Direct Known Subclasses:
JaninoEventEvaluatorBase,OnErrorEvaluator,OnMarkerEvaluator
@Deprecated(since="2022-01-27") public abstract class EventEvaluatorBase<E> extends ContextAwareBase implements EventEvaluator<E>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EventEvaluatorBase()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetName()Deprecated.Evaluators are named entities.booleanisStarted()Deprecated.voidsetName(java.lang.String name)Deprecated.Evaluators are named entities.voidstart()Deprecated.voidstop()Deprecated.-
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
-
Methods inherited from interface ch.qos.logback.core.boolex.EventEvaluator
evaluate
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Deprecated.Description copied from interface:EventEvaluatorEvaluators are named entities.- Specified by:
getNamein interfaceEventEvaluator<E>- Returns:
- The name of this evaluator.
-
setName
public void setName(java.lang.String name)
Deprecated.Description copied from interface:EventEvaluatorEvaluators are named entities.- Specified by:
setNamein interfaceEventEvaluator<E>
-
-