log4j
Links
SLF4J - Getting Started, Getting Started.
Note: There doesn’t appear to be any support for log4j version 1.1.3, Version 1.1.3, in SLF4J (1.1.3 is is a legacy version of log4j).
Maven
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.4.2</version>
</dependency>
…and add in the log4j, Maven 2 dependency, log4j.
Sample
sample-slf4j-log4j A sample project using log4j (version 1.2).