]> source.dussan.org Git - sonarqube.git/commit
Add the possibility to log a WARN message with an exception
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 21 Oct 2015 07:17:48 +0000 (09:17 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 21 Oct 2015 16:45:43 +0000 (18:45 +0200)
commit146b8393422e64b7a8a4be3a894e0ef0f8caca5c
tree4c496fc0f14771038ef187ff63d7eb2456e9790b
parent650e27fe4fa121e9f2f845ebe871c37ffd4a9c71
Add the possibility to log a WARN message with an exception
sonar-plugin-api/src/main/java/org/sonar/api/utils/log/BaseLogger.java
sonar-plugin-api/src/main/java/org/sonar/api/utils/log/Logger.java
sonar-plugin-api/src/test/java/org/sonar/api/utils/log/ConsoleLoggerTest.java