That's awesome! I didn't know about http://docs.oracle.com/javase/6/docs/api/java/lang/InheritableThreadLocal.html
Thanks Remko On Tue, Apr 26, 2016 at 5:12 PM, Remko Popma <remko.po...@gmail.com> wrote: > There you go! It's documented near the bottom of the manual page: > > http://logging.apache.org/log4j/2.x/manual/thread-context.html > > > Sent from my iPhone > > > On 2016/04/27, at 8:58, Benjamin Jaton <benjamin.ja...@gmail.com> wrote: > > > > Hi all, > > > > I am using the ThreadContext a lot, but I am sometimes in a situation > where > > I would need to set some variable for a task that runs in a thread that > > might spawn children threads. I need that logging variable to be also > > available to those child threads. > > > > Unless I create the sub threads manually and pass the variable myself, > it's > > not possible for a thread to know where it comes from and grab the > variable > > from its ancestors right? > > > > Just asking because maybe someone has run into the same problem. > > > > Thanks! > > Ben > > --------------------------------------------------------------------- > To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org > For additional commands, e-mail: log4j-user-h...@logging.apache.org > >