Actions
Bug #3903
openUse Java logging utilities instead of Apache commons logging facility
Start date:
03/18/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3903
Description
ersonally, I'd like to switch to the logging utilities that
now ship with Java, see
http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/
The advantage is that it would be one less jar file to ship.
A quick search finds 144 files that use the apache logging facility.
Most of these changes could be handled automatically by a script.
Notes about the logging system can be found at
https://kepler-project.org/developers/reference/using-commons-logging
Actions