This is the page I was looking for. I re-read it a few times and it answered a lot of my questions:
http://logging.apache.org/log4net/release/sdk/log4net.Layout.PatternLayout.html Sorry for all the unnecessary list traffic. - Ron --- Ron Grabowski <[EMAIL PROTECTED]> wrote: > 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...