FloggerRequiredModifiers
FluentLogger.forEnclosingClass should always be saved to a private static final field.

Severity
WARNING

Suppression

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