ch.qos.logback.classic.boolex
Class GEventEvaluator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.boolex.EventEvaluatorBase<ILoggingEvent>
ch.qos.logback.classic.boolex.GEventEvaluator
- All Implemented Interfaces:
- EventEvaluator<ILoggingEvent>, ContextAware, LifeCycle
public class GEventEvaluator
- extends EventEvaluatorBase<ILoggingEvent>
- Author:
- Ceki Gülcü
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 |
GEventEvaluator
public GEventEvaluator()
getExpression
public String getExpression()
setExpression
public void setExpression(String expression)
start
public void start()
- Specified by:
start
in interface LifeCycle
- Overrides:
start
in class EventEvaluatorBase<ILoggingEvent>
evaluate
public boolean evaluate(ILoggingEvent event)
throws NullPointerException,
EvaluationException
- Throws:
NullPointerException
EvaluationException
Copyright © 2005-2012 QOS.ch. All Rights Reserved.