Uses of Interface
ch.qos.logback.core.boolex.EventEvaluator
-
Packages that use EventEvaluator Package Description ch.qos.logback.access.net ch.qos.logback.classic.boolex ch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns.ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses.ch.qos.logback.core.filter Contains base classes to the event filtering functionality of logback.ch.qos.logback.core.joran.action ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations.chapters.appenders.mail -
-
Uses of EventEvaluator in ch.qos.logback.access.net
Classes in ch.qos.logback.access.net that implement EventEvaluator Modifier and Type Class Description classURLEvaluatorConstructors in ch.qos.logback.access.net with parameters of type EventEvaluator Constructor Description SMTPAppender(EventEvaluator<IAccessEvent> evaluator)Useevaluatorpassed as parameter as theEventEvaluatorfor this SMTPAppender. -
Uses of EventEvaluator in ch.qos.logback.classic.boolex
Classes in ch.qos.logback.classic.boolex that implement EventEvaluator Modifier and Type Class Description classOnErrorEvaluatorEvaluates to true when the logging event passed as parameter has level ERROR or higher.classOnMarkerEvaluatorEvaluates 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 EventEvaluator Constructor Description SMTPAppender(EventEvaluator<ILoggingEvent> eventEvaluator)Use the parameter as theEventEvaluatorfor this SMTPAppender. -
Uses of EventEvaluator in ch.qos.logback.classic.pattern
Fields in ch.qos.logback.classic.pattern with type parameters of type EventEvaluator Modifier and Type Field Description (package private) java.util.List<EventEvaluator<ILoggingEvent>>CallerDataConverter. evaluatorList(package private) java.util.List<EventEvaluator<ILoggingEvent>>ThrowableProxyConverter. evaluatorListMethods in ch.qos.logback.classic.pattern with parameters of type EventEvaluator Modifier and Type Method Description private voidCallerDataConverter. addEvaluator(EventEvaluator<ILoggingEvent> ee)private voidThrowableProxyConverter. addEvaluator(EventEvaluator<ILoggingEvent> ee) -
Uses of EventEvaluator in ch.qos.logback.core.boolex
Classes in ch.qos.logback.core.boolex that implement EventEvaluator Modifier and Type Class Description classEventEvaluatorBase<E> -
Uses of EventEvaluator in ch.qos.logback.core.filter
Fields in ch.qos.logback.core.filter declared as EventEvaluator Modifier and Type Field Description (package private) EventEvaluator<E>EvaluatorFilter. evaluatorMethods in ch.qos.logback.core.filter that return EventEvaluator Modifier and Type Method Description EventEvaluator<E>EvaluatorFilter. getEvaluator()Methods in ch.qos.logback.core.filter with parameters of type EventEvaluator Modifier and Type Method Description voidEvaluatorFilter. setEvaluator(EventEvaluator<E> evaluator) -
Uses of EventEvaluator in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as EventEvaluator Modifier and Type Field Description (package private) EventEvaluator<?>AbstractEventEvaluatorAction. evaluator -
Uses of EventEvaluator in ch.qos.logback.core.net
Fields in ch.qos.logback.core.net declared as EventEvaluator Modifier and Type Field Description protected EventEvaluator<E>SMTPAppenderBase. eventEvaluatorMethods in ch.qos.logback.core.net with parameters of type EventEvaluator Modifier and Type Method Description voidSMTPAppenderBase. setEvaluator(EventEvaluator<E> eventEvaluator)The EventEvaluator option takes a string value representing the name of the class implementing theEventEvaluatorinterface. -
Uses of EventEvaluator in chapters.appenders.mail
Classes in chapters.appenders.mail that implement EventEvaluator Modifier and Type Class Description classCounterBasedEvaluatorA simple EventEvaluator implementation that triggers email transmission after 1024 events regardless of event level.
-