Hi, I'm changing at runtime logging levels without using the configureAndWatch(...) feature. I instrumented my application using the setLevel(int) of Logger class.
Sometime I need to reset logging levels as from configuration file. Can I use the PropertyConfigurator.configure(...) method while the multithreaded application is logging at full speed? Thank you in advance -- Davide --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
