| Package | Description |
|---|---|
| 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.net |
Contains the base classes used by logback to log to remote
destinations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventEvaluatorBase<E> |
class |
JaninoEventEvaluatorBase<E>
Abstract class which sets the groundwork for janino based evaluations.
|
| Modifier and Type | Method and Description |
|---|---|
EventEvaluator<E> |
EvaluatorFilter.getEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorFilter.setEvaluator(EventEvaluator<E> evaluator) |
| Modifier and Type | Field and Description |
|---|---|
protected EventEvaluator<E> |
SMTPAppenderBase.eventEvaluator |
| Modifier and Type | Method and Description |
|---|---|
void |
SMTPAppenderBase.setEvaluator(EventEvaluator<E> eventEvaluator)
The EventEvaluator option takes a string value representing the name
of the class implementing the
EventEvaluator interface. |
Copyright © 2005–2021 QOS.ch. All rights reserved.