Menu

#8 Use more sophisticated logging

open
nobody
None
3
2012-10-24
2003-02-05
No

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

Discussion


Log in to post a comment.