dependencies {
compile "org.jtrim2:jtrim-logs:${jtrimVersion}"
}
<dependencies>
<dependency>
<groupId>org.jtrim2</groupId>
<artifactId>jtrim-logs</artifactId>
<version>${jtrimVersion}</version>
<scope>compile</scope>
</dependency>
</dependencies>
- "org.jtrim2:jtrim-collections"
- "org.jtrim2:jtrim-utils"
This module adds utilities for java.util.logging. These utilities are usually useful to test logging.
LogCollector
: Collects logs during its life time. This class is intended to test if the tested code produced logs as it should have.