blob: c792888d6e1a3c61ed42f090d67e6fa40731b20c [file] [log] [blame]
<html>
<body>
Reports non-constant string concatenations used as arguments to SLF4J logging methods.
Non-constant concatenations will be evaluated at runtime even when the logging message is not logged; this can negatively impact performance.
It is recommended to use a parameterized log message instead, which will not be evaluated when logging is disabled.
<!-- tooltip end -->
<p>
<small>New in 12, Powered by InspectionGadgets </small>
</body>
</html>