Class MarkerList


  • public class MarkerList
    extends Object
    A helper class to be used in conjunction with JaninoEventEvaluator (removed in 1.5.13).
    Since:
    1.5.4
    • Constructor Detail

    • 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