FloggerPassedAround
There is no advantage to passing around a logger rather than declaring one in the class that needs it.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("FloggerPassedAround")
to the enclosing element.