Skip to the content.

Instructions

Add the following dependency to your application’s pom.xml file. In this way, all log information will be recorded following the same formatting pattern. To use with tests only!

<dependencies>
    ...
    <dependency>
        <groupId>dev.springbloom</groupId>
        <artifactId>springbloom-logging-test</artifactId>
        <version>{LATEST AVAILABLE VERSION}</version>
        <scope>test</scope>
    </dependency>
    ...
</dependencies>