RE: Multiple Loggers Logging to Same Appender

2011-04-25 Thread Amit Oberoi
It is possible however not best practice. If you do this probably you may want to set the additivity to false or else you'll see duplicate log messages. Regards Amit Oberoi -Original Message- From: timmy11 [mailto:tim.ea...@gmail.com] Sent: Monday, April 25, 2011 7:54 AM To: log4j-user@

Re: Multiple Loggers Logging to Same Appender

2011-04-25 Thread timmy11
Dear All, I was not careful when inspecting my logging output. It is indeed possible to have multiple loggers/categories pointing to the same appender. For the log4j experts out there, is this a best practice? Tim timmy11 wrote: > > Dear All, > > Is it possible to configure multiple logger