Provides a simple static class that allows for easy capturing of logback logs during tests. Supports multithreaded tests runs. LogbackCapture.start(); /*stuff*/; String log = LogbackCapture.stop();
Homepage POM file JAR file Javadoc'org.e-hoffman.testing:LogbackCapture:1.5.0'