Hi, I have a j2ee application that is setup to use log4j log. It write error messages to the log4j log, but it also writes the same message to the j2ee container log. How can I make it only write to the log4j log?
Below is a sample code:
63 try {
64 setValues(newHostName, messages, context);
65 } catch (Exception e) {
66 new DEPException(logger, e);
67 }
68 }
Thanks.
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
