Re: limitations of NDC

2005-09-15 Thread Hein Meling
Hi, Not sure I fully grasp your scenario, but it sort of looks like a problem I had with a signature change with MDC in log4j v1.3alpha. Maybe you could add a comment to the bug report: http://issues.apache.org/bugzilla/show_bug.cgi?id=32752 I expect that the above bug will be fixed before 1

limitations of NDC

2005-09-14 Thread Venkatray Kamath
Hi, NDC has a limitation wherein you can only push/pop String objects. I have a requirement wherein I need to dump the Contextual info stack onto the log file only when an exception occurs. In order to fulfill this requirement and implement it efficiently, I would like to avoid expensive toString