Uses of Interface
ch.qos.logback.core.boolex.EventEvaluator
Packages that use EventEvaluator
Package
Description
Contains classes used to log through a network
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.classic.boolex
Classes in ch.qos.logback.classic.boolex that implement EventEvaluatorModifier and TypeClassDescriptionclass
A simpleEventEvaluator
that checks whether the logging event being evaluated has a throwable of the same class as specified by theExceptionMatchEvaluator.exceptionClass
parameter.class
Evaluates to true when the logging event passed as parameter has level ERROR or higher.class
Evaluates to true when the logging event passed as parameter contains one of the user-specified markers. -
Uses of EventEvaluator in ch.qos.logback.classic.net
Constructors in ch.qos.logback.classic.net with parameters of type EventEvaluatorModifierConstructorDescriptionSMTPAppender
(EventEvaluator<ILoggingEvent> eventEvaluator) Use the parameter as theEventEvaluator
for this SMTPAppender. -
Uses of EventEvaluator in ch.qos.logback.core.boolex
Classes in ch.qos.logback.core.boolex that implement EventEvaluator -
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 EventEvaluator -
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 TypeMethodDescriptionvoid
SMTPAppenderBase.setEvaluator
(EventEvaluator<E> eventEvaluator) The EventEvaluator option takes a string value representing the name of the class implementing theEventEvaluator
interface.