Package | Description |
---|---|
ch.qos.logback.classic.boolex | |
ch.qos.logback.core.boolex |
Contains the EventEvaluator interface and subclasses.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OnMarkerEvaluator.evaluate(ILoggingEvent event)
Return true if event passed as parameter contains one of the specified
user-markers.
|
boolean |
OnErrorEvaluator.evaluate(ILoggingEvent event)
Return true if event passed as parameter has level ERROR or higher, returns
false otherwise.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventEvaluator.evaluate(E event)
Evaluates whether the event passed as parameter matches some user-specified
criteria.
|
Copyright © 2005–2015 QOS.ch. All rights reserved.