Uses of Interface
ch.qos.logback.core.boolex.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
Modifier and TypeClassDescriptionclass
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
ModifierConstructorDescriptionSMTPAppender
(EventEvaluator<ILoggingEvent> eventEvaluator) Use the parameter as theEventEvaluator
for this SMTPAppender. -
Uses of EventEvaluator in ch.qos.logback.core.boolex
Modifier and TypeClassDescriptionclass
class
Abstract class which sets the groundwork for janino based evaluations. -
Uses of EventEvaluator in ch.qos.logback.core.filter
-
Uses of EventEvaluator in ch.qos.logback.core.net
Modifier and TypeMethodDescriptionvoid
SMTPAppenderBase.setEvaluator
(EventEvaluator<E> eventEvaluator) The EventEvaluator option takes a string value representing the name of the class implementing theEventEvaluator
interface.