Open GoogleCodeExporter opened 9 years ago
Agreed. Having libraries use slf4j as their facade simplifies integration, and
the existence of slf4j-jcl means projects that want to stick with
commons-logging just need to include that to bridge across.
The APIs are similar enough that the change is simply a matter of changing the
logger definitions and importing the dependencies; patch attached.
On top of this, it may be worth using slf4j's parameterised logging to remove
the 'if (DEBUG)' checks.
Original comment by joe.walt...@gmail.com
on 25 Feb 2015 at 2:36
Attachments:
Original issue reported on code.google.com by
hielke.hoeve
on 17 Jun 2011 at 7:52