java.lang.Object
ch.qos.logback.classic.boolex.MarkerList
A helper class to be used in conjunction with
JaninoEventEvaluator
- Since:
- 1.5.4
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Check whether this list contains a given marker.org.slf4j.Marker
Return the first marker on the list, can be null.
-
Constructor Details
-
MarkerList
-
-
Method Details
-
contains
Check whether this list contains a given marker.- Parameters:
markerName
-- Returns:
-
getFirstMarker
Return the first marker on the list, can be null.- Returns:
- the first marker on the list, can be null
-