Re: problem in logging with multiple files

2005-04-14 Thread James Stauffer
I would have written that as follows. I don't know if the differences are important or not. The way that you have it configured, fatal errors from both packages will go to appender A1.

problem in logging with multiple files

2005-04-13 Thread Naresh Sharma
Hi, I want to send the log message to different log files depending on the the package. e.g. package com.a log message should go to A.log, package com.b should go to B.log file. I am able to do this through following configuration