Package ch.qos.logback.access.net
Class URLEvaluator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.access.net.URLEvaluator
- All Implemented Interfaces:
EventEvaluator<IAccessEvent>
,ContextAware
,LifeCycle
public class URLEvaluator
extends ContextAwareBase
implements EventEvaluator<IAccessEvent>, LifeCycle
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
evaluate
(IAccessEvent event) Evaluates whether the event passed as parameter matches some user-specified criteria.getName()
Evaluators are named entities.boolean
void
Evaluators are named entities.void
start()
void
stop()
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-
Constructor Details
-
URLEvaluator
public URLEvaluator()
-
-
Method Details
-
addURL
-
start
-
evaluate
Description copied from interface:EventEvaluator
Evaluates whether the event passed as parameter matches some user-specified criteria.The
Evaluator
is free to evaluate the event as it pleases. In particular, the evaluation results may depend on previous events.- Specified by:
evaluate
in interfaceEventEvaluator<IAccessEvent>
- Parameters:
event
- The event to evaluate- Returns:
- true if there is a match, false otherwise.
- Throws:
NullPointerException
- can be thrown in presence of null valuesEvaluationException
- may be thrown during faulty evaluation
-
getName
Description copied from interface:EventEvaluator
Evaluators are named entities.- Specified by:
getName
in interfaceEventEvaluator<IAccessEvent>
- Returns:
- The name of this evaluator.
-
setName
Description copied from interface:EventEvaluator
Evaluators are named entities.- Specified by:
setName
in interfaceEventEvaluator<IAccessEvent>
-
isStarted
-
stop
-