has anyone managed to make Tomcat5 cooperate with java.util.logging (JDK 1.4)?
1) How can I redirect all logging output by, for example, a Logger.global.log("hi there") in my application to the Servlet log (the resource that is defined with the <Logger> element in server.xml?
2) How can I specify the logging levels? (The "verbosity" attribute of the <Logger> element is not granular enough - I'd like to specify levels on a per-class basis).
Note that my web applications are not using commons-logging, they use java.util.logging directly.
Regards,
Andreas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
