Hi, I need to reload logging configuration from file at runtime. (I cannot use configureAndWatch()) What's the correct method? Calling again PropertyConfigurator.configure(...) nothing happens.
Any suggestions? thanks > -----Original Message----- > From: DE BENEDICTIS DAVIDE > Sent: Thursday, September 09, 2004 12:16 PM > To: Log4J Users List > Subject: PropertyConfigurator.configure(...) is Thread safe? > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
