spring-log 1.0.4
What for?
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.
Where are the binaries?
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>
Notice :
Old binaries will be removed from old private repository.