This page: http://logging.apache.org/log4net/release/sdk/log4net.NDC.html
says "The NDC is deprecated...". Another page on the website says "The NDC (Nested Diagnostic Context) exists for compatibility with older versions of log4net." The same sentances appear for MDC. The example configuration files: http://logging.apache.org/log4net/release/manual/configuration.html#HC-23738549 still use NDC: %date [%thread] %-5level %logger [%ndc] - %message%newline I don't think the example documentation be using a depreciated syntax. Are we not to use %ndc/%X anymore? I read the two paragraphs at the bottom of this page: http://logging.apache.org/log4net/release/manual/contexts.html and I'm not clear how the recommended way to access something in the now depreciated MDC. Should I replace this: %X{UserIdentityName} with the specific context that I placed the item into? %globalContext{UserIdentityName} Perhaps I'm misunderstanding something... - Ron --- Nicko Cadell <[EMAIL PROTECTED]> wrote: > Greetings, > > Log4net developers are happy to announce the release of log4net 1.2.9 > beta. This, our first release during incubation at apache, includes > many > enhancements and bug fixes. > > The log4net website documentation has been updated to be in sync with > this release. > > The release notes are available here: > http://logging.apache.org/log4net/release/release-notes.html > > The release can be downloaded here: > http://logging.apache.org/log4net/downloads.html > > ---- > Nicko Cadell > log4net dev >
