Re: each thread needs a log4j file

2008-08-22 Thread Curt Arnold
On Aug 22, 2008, at 8:39 AM, Reza Razavipour wrote: All, I have a thread pool and a set of managed objects. I need to have one log4j file for each of the managed objects. I need to do this dynamically since the number of managed objects will vary during the life of the application. Any though

Re: each thread needs a log4j file

2008-08-22 Thread Reza Razavipour
(269)-923-5278 > > "A wrong note played hesitatingly is a wrong note. A wrong note played > with conviction is interpretation." > > > > > > "Reza Razavipour" <[EMAIL PROTECTED]> > 08/22/2008 09:39 AM > Please respond to > "Log4J User

Re: each thread needs a log4j file

2008-08-22 Thread Douglas E Wegscheid
;[EMAIL PROTECTED]> 08/22/2008 09:39 AM Please respond to "Log4J Users List" To log4j-user@logging.apache.org cc Subject each thread needs a log4j file All, I have a thread pool and a set of managed objects. I need to have one log4j file for each of the managed objects. I n

each thread needs a log4j file

2008-08-22 Thread Reza Razavipour
All, I have a thread pool and a set of managed objects. I need to have one log4j file for each of the managed objects. I need to do this dynamically since the number of managed objects will vary during the life of the application. Any thoughts on this? Thanks Reza --