Checking the string format pattern for logger.log in IntelliJ 13.1

IntelliJ 13.1 has a nice feature that checks that the number of parameters referenced by a string template in String.format (pattern, params) matches the number of parameters passed.

Is there a way to configure IntelliJ to do the same for other methods, such as the sl4j logger.error (String, params) method ?

+4
source share

All Articles