|
From: Jeff L. <del...@ya...> - 2006-08-21 19:35:21
|
Hello, I have written an application that used log4j for logging. Right now when the application logs a message through log4j, it is written to log4j's log file AND wrapper picks up the message and writes it to it's log... Thus, I have every single message logged twice... Is there a way to have wrapper NOT log messages from log4j? I really only want wrapper to log information specific to 'wrapper' not my application... Thoughts? Regards, -Jeff -Jeff |