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
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class java.lang.Object
clone, equals, finalize, 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, setContext
-
Constructor Details
-
URLEvaluator
public URLEvaluator()
-
-
Method Details
-
addURL
-
start
- Specified by:
startin interfacech.qos.logback.core.spi.LifeCycle
-
evaluate
public boolean evaluate(IAccessEvent event) throws NullPointerException, ch.qos.logback.core.boolex.EvaluationException - Specified by:
evaluatein interfacech.qos.logback.core.boolex.EventEvaluator<IAccessEvent>- Throws:
NullPointerExceptionch.qos.logback.core.boolex.EvaluationException
-
getName
- Specified by:
getNamein interfacech.qos.logback.core.boolex.EventEvaluator<IAccessEvent>
-
setName
- Specified by:
setNamein interfacech.qos.logback.core.boolex.EventEvaluator<IAccessEvent>
-
isStarted
- Specified by:
isStartedin interfacech.qos.logback.core.spi.LifeCycle
-
stop
- Specified by:
stopin interfacech.qos.logback.core.spi.LifeCycle
-