Re: [logging] Log4j's NDC and MDC

2002-10-10 Thread Ceki Gülcü
At 13:40 10.10.2002 -0700, you wrote: >Ceki Gülcü wrote: > > > To illustrate this point, let us take the example of a servlet > > delivering content to numerous clients. The servlet can build the NDC > > at the very beginning of the request before executing other code. The > > contextual informati

Re: [logging] Log4j's NDC and MDC

2002-10-10 Thread Costin Manolache
I haven't used this feature - if anyone can provide a short description and a proposal for API it'll probably have my +1. Regarding no-op - it may be better to try to provide a 'default' or baseline implementation, if possible ( even if the behavior will be inefficient ). At least IMO, commons-l

Re: [logging] Log4j's NDC and MDC

2002-10-10 Thread Ceki Gülcü
At 11:10 10.10.2002 -0400, Steve Downey wrote: >It looks like the concept is available in both LogKit and Log4J, although in >slightly differenct forms. I don't know if the forms are compatible. > >It's not available in JDK 1.4 logging. > >So, the question is two-fold. Can the differences between

Re: [logging] Log4j's NDC and MDC

2002-10-10 Thread Steve Downey
It looks like the concept is available in both LogKit and Log4J, although in slightly differenct forms. I don't know if the forms are compatible. It's not available in JDK 1.4 logging. So, the question is two-fold. Can the differences between LogKit and Log4J be harmonized, and is this useful

[logging] Log4j's NDC and MDC

2002-10-09 Thread Sean C. Sullivan
I spotted this message on the jboss-developer mailing list. > -Original Message- > From: Jason Dillon [mailto:jason@pl...] > Sent: Tuesday, October 08, 2002 8:24 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] Design: Plans to decouple JBoss from log4j > > > It is too bad commo