Class OnMarkerEvaluator

    • Constructor Detail

      • OnMarkerEvaluator

        public OnMarkerEvaluator()
        Deprecated.
    • Method Detail

      • addMarker

        public void addMarker​(java.lang.String markerStr)
        Deprecated.
      • evaluate

        public boolean evaluate​(ILoggingEvent event)
                         throws java.lang.NullPointerException,
                                EvaluationException
        Deprecated.
        Return true if event passed as parameter contains one of the specified user-markers.
        Parameters:
        event - The event to evaluate
        Returns:
        true if there is a match, false otherwise.
        Throws:
        java.lang.NullPointerException - can be thrown in presence of null values
        EvaluationException - may be thrown during faulty evaluation