Use more sophisticated logging
Brought to you by:
jhereth,
peterbecker
Instead of the current DatabaseLogger hack we could use
something more sophisticated. JDK 1.4 offers some
logging capabilities, if that is no good we could use
log4j.
Here are some links:
API doc:
http://java.sun.com/j2se/1.4/docs/api/java/util/logging/package-summary.html
Tutorial for 1.4 logging:
http://www.fawcette.com/javapro/2002_06/magazine/features/shalloway/
Comparison between the two approaches (German):
http://www.zdnet.de/builder/artikel/program/200208/java-logging-api_01-wc.html