I\'ve got a maven & spring app that I want logging in. I\'m keen to use SLF4J.
I want to put all my config files into a directory {classpath}/config including lo
Use blow configuration for implementation of the JCL API
on the classpath
:
org.springframework
spring-context
3.0.0.RELEASE
runtime
commons-logging
commons-logging
org.slf4j
jcl-over-slf4j
1.5.8
runtime
org.slf4j
slf4j-api
1.5.8
runtime
org.slf4j
slf4j-log4j12
1.5.8
runtime
log4j
log4j
1.2.14
runtime
for More information check here