Re: About NDC/MDC and threads

2006-02-21 Thread Raul Carazo
thing like this. Anyway, I've tried another solution, not so elegant... Using an attribute for a Logger subclass, for saving a context, and a Layout subclass for printing it... Not so good... Thanks again! --- Endre Stølsvik <[EMAIL PROTECTED]> escribió: > On Thu, 16 Feb 2006

About NDC/MDC and threads

2006-02-15 Thread Raul Carazo
Maybe there is an answer to my question but... If so, please, refer me to it. Both NDC and MDC works on a thread, so if you create another logger in another thread, you'll noy see the value you had set before... Some servers, like Weblogic, uses several threads, so it's possible that you don't ta