↧
Add log4j logging for a unit test in IntelliJ
In IntelliJ Click: Run -> Edit Configuration Select your test configuration (or add a new one) In VM parameters, add -Dlog4j.configuration=file:/C:/dev/config/log4j.xml (Or wherever your log4j...
View ArticleSLF4J & Logback is the new commons-logging & log4j
Interesting post on which logging framework to choose from the logging mess. I still default to log4j, but it sounds like logback (as the new alternative to log4j), wrapped by SLF4J (as the new...
View Article