Simple
A simple (and direct) implementation that logs messages of level INFO
or
higher on the console (System.err
).
Note: This does not use the Simple Log, logging anti-framework.
Links
Maven
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.4.2</version>
</dependency>