Uses of Interface
ch.qos.logback.core.boolex.EventEvaluator
Packages that use EventEvaluator
Package
Description
Contains the EventEvaluator interface and subclasses.
Contains base classes to the event filtering functionality of logback.
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 EventEvaluatorModifier and TypeClassDescriptionclassclassAbstract 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 EventEvaluatorMethods in ch.qos.logback.core.filter with parameters of type EventEvaluatorModifier and TypeMethodDescriptionvoidEvaluatorFilter.setEvaluator(EventEvaluator<E> evaluator) -
Uses of EventEvaluator in ch.qos.logback.core.net
Fields in ch.qos.logback.core.net declared as EventEvaluatorMethods in ch.qos.logback.core.net with parameters of type EventEvaluatorModifier and TypeMethodDescriptionvoidSMTPAppenderBase.setEvaluator(EventEvaluator<E> eventEvaluator)The EventEvaluator option takes a string value representing the name of the class implementing theEventEvaluatorinterface.