Interface QualityGateEvaluator.FormattedLogger

Enclosing class:
QualityGateEvaluator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface QualityGateEvaluator.FormattedLogger
Logs results of the quality gate evaluation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    print(String format, Object... args)
    Logs the specified message.
  • Method Details

    • print

      @FormatMethod void print(String format, Object... args)
      Logs the specified message.
      Parameters:
      format - A format string
      args - Arguments referenced by the format specifiers in the format string. If there are more arguments than format specifiers, the extra arguments are ignored. The number of arguments is variable and may be zero.