RE: basic logging question

2003-06-20 Thread Mike Curwen
logs directory AND set it in log4j programmaticaly) I'd be much obliged. > -Original Message- > From: a b [mailto:[EMAIL PROTECTED] > Sent: Friday, June 20, 2003 3:15 PM > To: [EMAIL PROTECTED] > Subject: basic logging question > > > Hello every one, > I need t

RE: basic logging question

2003-06-20 Thread Shapira, Yoav
Howdy, >the methods of org.apache.catalina.logger.FileLogger or log4j's Logger >class so that i can turn logging on and off and can use various levels like >debug,info,warn,errors etc. I tried to import >org.apache.catalina.logger.FileLogger in java servlet, but it says class >not found. I do hav

basic logging question

2003-06-20 Thread a b
Hello every one, I need to log messages using either tomcat logger or log4j. I have added under the tag and System.out.println("msg"); works and prints in the above named file, but i want to use the methods of org.apache.catalina.logger.FileLogger or log4j's Logger class so that i can turn lo