Use logback instead of log4j

Issue #354 on hold
Former user created an issue

Logback is the native implementation of SLF4J. His creator founded another project before : Log4j !

http://logback.qos.ch/reasonsToSwitch.html

2 steps to switch :

replace log4j jar by logback jar

update xml configuration

Comments (5)

  1. Former user Account Deleted

    The killer feature is speed : it's an evolution not a revolution... Other nice features are:

    • Automatic reloading of configuration files
    • Automatic compression of old log files
    • Dynamic filters at runtime (to debug specific need)
    • JMX / MBeans configuration access, Servlet configuration access ...
  2. Log in to comment