Package | Description |
---|---|
ch.qos.logback.access.net | |
ch.qos.logback.classic.boolex | |
ch.qos.logback.core.boolex |
Contains the EventEvaluator interface and subclasses.
|
chapters.appenders.mail |
Modifier and Type | Method and Description |
---|---|
boolean |
URLEvaluator.evaluate(Object eventObject) |
Modifier and Type | Method and Description |
---|---|
boolean |
OnErrorEvaluator.evaluate(ILoggingEvent event)
Return true if event passed as parameter has level ERROR or higher, returns
false otherwise.
|
boolean |
OnMarkerEvaluator.evaluate(ILoggingEvent event)
Return true if event passed as parameter contains one of the specified
user-markers.
|
boolean |
GEventEvaluator.evaluate(ILoggingEvent event) |
Modifier and Type | Method and Description |
---|---|
boolean |
EventEvaluator.evaluate(E event)
Evaluates whether the event passed as parameter matches some user-specified
criteria.
|
boolean |
JaninoEventEvaluatorBase.evaluate(E event) |
boolean |
Matcher.matches(String input)
Checks whether the input matches the regular expression.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CounterBasedEvaluator.evaluate(Object event) |
Copyright © 2005–2016 QOS.ch. All rights reserved.