FloggerRedundantIsEnabled
Logger level check is already implied in the log() call. An explicit atLEVEL().isEnabled() check is redundant.

Severity
WARNING

Suppression

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