Class MarkerList

java.lang.Object
ch.qos.logback.classic.boolex.MarkerList

public class MarkerList extends Object
A helper class to be used in conjunction with JaninoEventEvaluator
Since:
1.5.4
  • Constructor Details

  • Method Details

    • 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