I am now trying to code a new feature: add/delete Appenders and change the Appenders assigned to each active category. As far as I know, the only way you access the list of appenders, is by going through each Category and calling getAllAppenders(). This assumes though that all your appenders in your log4j.properties file have been assigned to at least one Category. How do you get control over an Appender that is in your log4j.properties file, but not yet assigned?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
