
Just a quick note to complete my previous email: The link to get SLF4J is http://www.slf4j.org/download.html Sébastien Sebastien Pennec a écrit :
Hello Yoram,
Thanks for using logback! :)
In logback, only the classic module depends on SLF4J.
If you are using logback *access*, in Jetty for example, you just need to add logback-access-0.5.jar and logback-core-0.5.jar to the $Jetty_install_dir/lib/ directory.
The configuration file must be placed in the $Jetty_install_dir/ext/ directory and named logback-access.xml.
If it's logback *classic* that you are using, then the needed files are:
- logback-classic-0.5.jar - logback-core-0.5.jar - slf4j-api-VERSION.jar
The last file can be found at the SLF4J website[1].
Hope this helps,
Sébastien
Yoram Forscher a écrit :
In version 0.5 of logback the logback-access jar file does not contain the slf4j API, unlike the same jar file of version 0.3. What jar file should I add in order to be able to migrate to the new version?
-- YF
------------------------------------------------------------------------
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user
-- Sébastien Pennec sebastien@qos.ch Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch/