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 -
Method Summary
Methods 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, setContextMethods inherited from interface ch.qos.logback.core.boolex.EventEvaluator
evaluate
-
Constructor Details
-
EventEvaluatorBase
public EventEvaluatorBase()Deprecated.
-
-
Method Details
-
getName
Deprecated.Description copied from interface:EventEvaluatorEvaluators are named entities.- Specified by:
getNamein interfaceEventEvaluator<E>- Returns:
- The name of this evaluator.
-
setName
Deprecated.Description copied from interface:EventEvaluatorEvaluators are named entities.- Specified by:
setNamein interfaceEventEvaluator<E>
-
isStarted
public boolean isStarted()Deprecated. -
start
public void start()Deprecated. -
stop
public void stop()Deprecated.
-