Re: Configure Category Factory for DOMConfigurator

2001-06-20 Thread Paul Glezen
IL PROTECTED]> To: "LOG4J Developers Mailing List" <[EMAIL PROTECTED]> cc: Subject: Re: Configure Category Factory for DOMConfigurator Hello, I am not sure if this entirely relevant but just to double check. You are aware that fo

Re: Configure Category Factory for DOMConfigurator

2001-06-20 Thread Ceki Gülcü
Hello, I am not sure if this entirely relevant but just to double check. You are aware that for a given category you can specify its class. For example:

Re: Configure Category Factory for DOMConfigurator

2001-06-20 Thread Paul Glezen
Umair, Thanks to your timely prompting I checked out what would be required to enable DOMConfigurator to parse CategoryFactory entries in an XML file. The following changes to DOMConfigurator should do it. - add a parseCategoryFactory(Element) method that would handle the creation of the f

Re: Configure Category Factory for DOMConfigurator

2001-06-19 Thread Paul Glezen
Umair, I recently modified PropertyConfigurator to allow the configuration of category factories. I agree that the same should be done for DOMConfigurator. I just haven't gotten around to it. If you have a suggestion for the necessary modifications, I'd be glad to take a look at it. - Paul P