The offending code is probably programmatically configuring log4j rather than using a configuration file.
Barring LOG4J having a security mechanism the best you can do is to guard your own code and configuration by maintaining your own Repository(Hierarchy). https://www.qos.ch/logging/sc.html is an excellent resource for managing your own Repository. Thanks. Naresh Sikha -----Original Message----- From: Peake, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 9:27 AM To: [EMAIL PROTECTED] Subject: Messages getting redirected to non related log file I have a program that logs messages to the console and a file using the correct appenders. Works great, until I call a 3rd party tool that seems to be co-opting my logger somehow. As soon as that program is encountered, ALL MY messages start going to his log file and no longer to MY logfile. My appenders are all named differently. I can't seem to find the root cause. I've tried various releases of log4j. Any ideas? thanks, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
