Re: Cannot use an extended logger with the ValidationForm

2002-07-03 Thread Craig R. McClanahan
On Wed, 3 Jul 2002, Hemanth Setty wrote: > Date: Wed, 3 Jul 2002 10:02:32 -0500 > From: Hemanth Setty <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Cannot use an extended logger with the Validatio

Cannot use an extended logger with the ValidationForm

2002-07-03 Thread Hemanth Setty
Hello, I have extened the Logger class to provide a custom logging mechanism. (com.xxx.yyy.MyLogger) When I try to use this logger with a class extended from ValidationForm (com.xxx.yyy.MyValidationForm), it wont work. As the ValidationForm creates a logger and assignes the default logger (org.ap