Don't Use System.out.println! is a nice intro to Log4j.
Via Erik.
Posted to Java by Simon Brunning at December 10, 2002 12:50 PMPrefer to use jakarta commons-logging, work with :
log4j
JDK14Logger
Or YOUR log systems....
You can easily change a Log4j to a JDK14Logger with commons-logging. It's based on Factory...
http://jakarta.apache.org/commons/logging.html
http://blogs.application-servers.com/blogs/page/eboudrant
-emmanuel