- java.lang.Object
-
- ch.qos.logback.classic.boolex.MarkerList
-
public class MarkerList extends Object
A helper class to be used in conjunction withJaninoEventEvaluator(removed in 1.5.13).- Since:
- 1.5.4
-
-
Constructor Summary
Constructors Constructor Description MarkerList(List<org.slf4j.Marker> markers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(String markerName)Check whether this list contains a given marker.org.slf4j.MarkergetFirstMarker()Return the first marker on the list, can be null.
-
-
-
Constructor Detail
-
MarkerList
public MarkerList(List<org.slf4j.Marker> markers)
-
-
Method Detail
-
contains
public boolean contains(String markerName)
Check whether this list contains a given marker.- Parameters:
markerName-- Returns:
-
getFirstMarker
public org.slf4j.Marker getFirstMarker()
Return the first marker on the list, can be null.- Returns:
- the first marker on the list, can be null
-
-