: Paul Welter [mailto:[EMAIL PROTECTED]
> Sent: 24 November 2004 16:30
> To: Log4NET User
> Subject: Re: LogicalThreadContext vs ThreadContext
>
> Thanks for the explination. I have another question now.
> When using the ThreadContext.Stacks, what pattern conversion
> character
ssage will be attached to the stack for all
// nested method calls made here
}
would it be ...
%P{OrderID}
or
%x{OrderID}
thank,
Paul
- Original Message -
From: "Nicko Cadell" <[EMAIL PROTECTED]>
To: "Log4NET User"
Sent: Wednesday, November 24, 2004 9:45 AM
Paul,
The ThreadContext stores data in a thread local slot. This is attached
to a specific runtime thread. In v1.0 and v1.1 this thread corresponds
to an OS thread. The ThreadContext data is limited to that one thread
and not visible from other threads.
The LogicalThreadContext stores its data in