Re: catalina.LoggerBase class should have public access

2002-05-14 Thread Jeff Larsen
: Animesh Chaturvedi - US [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, May 13, 2002 6:03 PM Subject: catalina.LoggerBase class should have public access Hi I have a requirement of a single log file instead of having the default log files created on a daily basis

RE: catalina.LoggerBase class should have public access

2002-05-14 Thread Animesh Chaturvedi - US
Jeff Thanks for the info. Animesh -Original Message- From: Jeff Larsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 7:59 AM To: Tomcat Users List Subject: Re: catalina.LoggerBase class should have public access I was whining about this too about a month ago, but I failed

catalina.LoggerBase class should have public access

2002-05-13 Thread Animesh Chaturvedi - US
Hi I have a requirement of a single log file instead of having the default log files created on a daily basis. Since I could not configure Tomcat for this, I started writing my own MyFileLogger class. I am extending org.apache.catalina.logger.LoggerBase and my class is in my own package. But