logging my own library in tomcat's shared classpath

2006-02-03 Thread Jason Novotny
Hi, I'm writing a library that will be used by multiple webapps in Tomcat and wondering what are the tradeoffs between each of the logging libraries to use with this library. The 3 I'm considering are commons-logging, log4j, and JDK logger class... should it matter which one I use if the

Re: logging my own library in tomcat's shared classpath

2006-02-03 Thread Boris Unckel
Hello Jason, Jason Novotny wrote: I'm writing a library that will be used by multiple webapps in Tomcat and wondering what are the tradeoffs between each of the logging libraries to use with this library. The 3 I'm considering are commons-logging, log4j, and JDK logger class... should it