Package ch.qos.logback.classic.boolex


package ch.qos.logback.classic.boolex
  • Class
    Description
    A simple EventEvaluator that checks whether the logging event being evaluated has a throwable of the same class as specified by the ExceptionMatchEvaluator.exceptionClass parameter.
    An internal interface used by the GEventEvaluator.
    A helper class to be used in conjunction with
    invalid reference
    ch.qos.logback.classic.boolex.JaninoEventEvaluator
    Evaluates to true when the logging event passed as parameter has level ERROR or higher.
    Evaluates to true when the logging event passed as parameter contains one of the user-specified markers.