Logback API
Version 0.9.8

Uses of Class
ch.qos.logback.core.boolex.EvaluationException

Packages that use EvaluationException
ch.qos.logback.access.net   
ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses. 
 

Uses of EvaluationException in ch.qos.logback.access.net
 

Methods in ch.qos.logback.access.net that throw EvaluationException
 boolean URLEvaluator.evaluate(Object eventObject)
           
 

Uses of EvaluationException in ch.qos.logback.core.boolex
 

Methods in ch.qos.logback.core.boolex that throw EvaluationException
 boolean JaninoEventEvaluatorBase.evaluate(Object event)
           
 boolean EventEvaluator.evaluate(Object event)
          Evaluates whether the event passed as parameter matches this evaluator's matching criteria.
 boolean Matcher.matches(String input)
          Checks whether the input matches the regular expression.
 


Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.