In one application I have a chain of 5 javax.servlet.Filters.  I find it
handy to pop the name of each one onto the NDC so I know where I am in the
stack.

I also use them for tracking certain recursive calls or state.

Certainly not indispensible, but very handy.

But prefer?   Probably not - it's just that most of my code is pre-MDC.

Fergus



On Thu, Aug 29, 2002 at 08:35:08PM +0200, Ceki G?lc? wrote:
> 
> Hi,
> 
> Is there anyone who prefers to use NDC instead of MDC? If so why?
> 
> --
> Ceki
> 
> ps: Please reply to log4j-user@ if you choose respond.
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

-- 
Fergus Gallagher          Tel: +44 (20) 8742 1600
Orbis                     Fax: +44 (20) 8742 2649
414 Chiswick High Street  email: [EMAIL PROTECTED]
London  W4 5TL            Web: http://www.orbisuk.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to