Interface TestLogger.LogChecker

    • Method Detail

      • shouldIgnore

        boolean shouldIgnore​(@NotNull
                             org.apache.logging.log4j.core.LogEvent event)
                      throws Exception
        Parameters:
        event - log event added to the logger
        Returns:
        true if this message should be ignored by other checkers
        Throws:
        Exception - if this message should raise error
      • isSatisfied

        @Nullable
        default Exception isSatisfied()