Uses of Interface
ch.qos.logback.core.boolex.EventEvaluator

Packages that use EventEvaluator
ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses. 
ch.qos.logback.core.filter Contains base classes to the event filtering functionnalities of logback. 
ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. 
 

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

Classes in ch.qos.logback.core.boolex that implement EventEvaluator
 class EventEvaluatorBase<E>
           
 class JaninoEventEvaluatorBase<E>
          Abstract class which sets the groundwork for janino based evaluations.
 

Uses of EventEvaluator in ch.qos.logback.core.filter
 

Methods in ch.qos.logback.core.filter that return EventEvaluator
 EventEvaluator<E> EvaluatorFilter.getEvaluator()
           
 

Methods in ch.qos.logback.core.filter with parameters of type EventEvaluator
 void EvaluatorFilter.setEvaluator(EventEvaluator<E> evaluator)
           
 

Uses of EventEvaluator in ch.qos.logback.core.net
 

Fields in ch.qos.logback.core.net declared as EventEvaluator
protected  EventEvaluator<E> SMTPAppenderBase.eventEvaluator
           
 

Methods in ch.qos.logback.core.net with parameters of type EventEvaluator
 void SMTPAppenderBase.setEvaluator(EventEvaluator<E> eventEvaluator)
          The EventEvaluator option takes a string value representing the name of the class implementing the EventEvaluator interface.
 



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