Hellu, I have a java application that logs with log4j and that has his own copy of log4j-core.jar. This application loads another class, and calls a method in this loaded class. I want that his class logs in own log file, but that it has his own log configuration. How can I do this ?? My thougths: The problem I am having is that The newly loaded class will see the log4j-core.jar of the class that is loading him. How can I force it to use his own log4j-core.jar copy ? Eddie --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
