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.
Logs results of the quality gate evaluation.
-
Method Summary
-
Method Details
-
print
Logs the specified message.- Parameters:
format
- A format stringargs
- 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.
-