![junit-4-test-logging-using-slf4j](https://www.devopsschool.com/blog/wp-content/uploads/2010/03/junit-4-test-logging-tips-100x100.png)
JUnit 4 Test Logging Tips using SLF4J
When writing JUnit tests developers often add log statements that can help provide information on test failures. During the initial attempt to find a failure a simple System.out.println() statement is…
Read more »