| Package | Description |
|---|---|
| ch.qos.logback.classic.boolex | |
| ch.qos.logback.classic.net |
Contains classes used to log through a network
|
| 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 |
OnErrorEvaluator
Evaluates to true when the logging event passed as parameter has level ERROR
or higher.
|
class |
OnMarkerEvaluator
Evaluates to true when the logging event passed as parameter contains one of
the user-specified markers.
|
| Constructor and Description |
|---|
SMTPAppender(EventEvaluator<ILoggingEvent> eventEvaluator)
Use the parameter as the
EventEvaluator for this SMTPAppender. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventEvaluatorBase<E> |
| 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–2014 QOS.ch. All rights reserved.