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 TypeClassDescriptionclassA simpleEventEvaluatorthat checks whether the logging event being evaluated has a throwable of the same class as specified by theExceptionMatchEvaluator.exceptionClassparameter.classEvaluates to true when the logging event passed as parameter has level ERROR or higher.classEvaluates 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 theEventEvaluatorfor 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 TypeMethodDescriptionvoidSMTPAppenderBase.setEvaluator(EventEvaluator<E> eventEvaluator) The EventEvaluator option takes a string value representing the name of the class implementing theEventEvaluatorinterface.