Yannick Welsch
191fadafcc
Fix logger usage checker for Log4j 2
...
With the switch to Log4j 2 throughout our code base, the logger usage checker was temporarily disabled. This commit
adapts the checks to work with Log4j 2 and re-enables the Gradle checks.
Closes #20243
2016-09-21 14:44:14 +02:00
Jason Tedor
4e69ac0272
Add link to open logger usage issue
...
This commit adds comments linking to an open issue regarding updating
the logger usage check for the Log4j 2 API.
2016-08-30 21:13:17 -04:00
Jason Tedor
5a8f2d7fb3
Disable logger usage checks
...
This commit disables the logger usage checks as they will not be
compatible with Log4j 2. This disabling is temporary, they will return.
2016-08-30 13:28:07 -04:00
Yannick Welsch
b17f4b40ba
Check that number of placeholders in log message matches number of parameters
2016-03-11 10:30:59 +01:00