Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.7.24
-
None
-
Apache Maven 3.5 with maven-slf4j-provider http://maven.apache.org/ref/3-LATEST/maven-slf4j-provider/
Description
Apache Maven created a Groovy monkey patch to extract such renderThrowable() and renderLevel() and being able to override these methods in a local provider, which is essentially slf4j-simple with a little rendering improvement
Having these changes directly in slf4j simple provider should not change much things, and would avoid us the Groovy patch dependency: the provider will still be required, since we can't have 2 providers in the classpath, and adding real extension/configuration to slf4j simple is much more complex
Attachments
Issue Links
- relates to (in)
-
SLF4J-389 SimpleLogger caches System.err and System.out
- Closed