spring-log provides additional slf4j and logback support for Spring projects :
- Logger auto injection
- Custom configuration in webapp, standalone and test environments
See wiki pages.
Since 1.0.4, you can find the binaries in maven central :
<dependency>
<groupId>com.excilys.ebi.utils</groupId>
<artifactId>spring-log</artifactId>
<version>1.0.4</version>
</dependency>
Old binaries will be removed from old private repository.