java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.access.common.net.URLEvaluator
- All Implemented Interfaces:
ch.qos.logback.core.boolex.EventEvaluator<IAccessEvent>
,ch.qos.logback.core.spi.ContextAware
,ch.qos.logback.core.spi.LifeCycle
public class URLEvaluator
extends ch.qos.logback.core.spi.ContextAwareBase
implements ch.qos.logback.core.boolex.EventEvaluator<IAccessEvent>, ch.qos.logback.core.spi.LifeCycle
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
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
- Specified by:
start
in interfacech.qos.logback.core.spi.LifeCycle
-
evaluate
public boolean evaluate(IAccessEvent event) throws NullPointerException, ch.qos.logback.core.boolex.EvaluationException - Specified by:
evaluate
in interfacech.qos.logback.core.boolex.EventEvaluator<IAccessEvent>
- Throws:
NullPointerException
ch.qos.logback.core.boolex.EvaluationException
-
getName
- Specified by:
getName
in interfacech.qos.logback.core.boolex.EventEvaluator<IAccessEvent>
-
setName
- Specified by:
setName
in interfacech.qos.logback.core.boolex.EventEvaluator<IAccessEvent>
-
isStarted
- Specified by:
isStarted
in interfacech.qos.logback.core.spi.LifeCycle
-
stop
- Specified by:
stop
in interfacech.qos.logback.core.spi.LifeCycle
-