Slf4jLogStatement
WARNING
LikelyError
Summary
Make sure SLF4J log statements contain proper placeholders with matching arguments
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("Slf4jLogStatement")
to the enclosing element.Disable this pattern completely by adding
-Xep:Slf4jLogStatement:OFF
as compiler argument. Learn more.