Re: How to add a new logging level that is independent of the defualt ones.

2005-12-27 Thread James Stauffer
Create a logger named "status" and send it to the appropriate appenders. On 12/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm evidently missing a lot. > > I don't know how MDC or NDC can ensure that particular messages are > ALWAYS logged yet not identified as some sort of Error (ERROR

Re: Logging problem in Tomcat5.0

2005-12-27 Thread Jacob Kjome
This is more a matter for the Tomcat docs. Tomcat does not use Log4j. It uses commons-logging. Furthermore, it uses commons-logging-api.jar which does not recognize Log4j as an implementation that it wraps. I'm pretty sure Tomcat docs have pointers on logging configuration. Note that Tom

Logging problem in Tomcat5.0

2005-12-27 Thread Jenny
I am using Tomcat5.0 I have a question about logging in Tomcat. I configured server.xml to point context logging to specific file name in logs directory something like: I want my System.out.println messages printed from this context go to this file, but it is not the case, they go to gen