FloggerLogString
Arguments to log(String) must be compile-time constants or parameters annotated with @CompileTimeConstant. If possible, use Flogger's formatting log methods instead.

Severity
ERROR

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("FloggerLogString") to the enclosing element.