Hi there, I was wondering why DOMConfigurator.configureAndWatch() method does not have a LoggerRepository argument like doConfigure() does.
Since I have two different log4j configurations for two different scoped EARs, the only way to configure them dynamically (as far as I know) is by choosing a different logger repository other than the one used by DOMConfigurator.configureAndWatch(url,delay). The reason for that is because the configureAndWatch method will always call the LogManager.getLoggerRepository in its watchdog thread. I would like to be able to choose my own logger repository. Can anybody please help me ? Thanks, Dario Oliveros --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
