FloggerRedundantIsEnabled
Logger level check is already implied in the log() call. An explicit atLEVEL().isEnabled() check is redundant.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("FloggerRedundantIsEnabled")
to the enclosing element.