Hi, I'm logging a server app with a thread pool in which every worker instance perform the same task. How can I log every thread activity in a separate file? I set explicity thread's name and I have a different logger for every thread name. But now the problem is logging per thread from all classes called by originating thread. Is there a log4j feature which permits to mantain all logging inside a thread context?.
Thank you in advance -- Davide --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
