I hear 1.3 has a clear method for MDC.  How can I do that in 1.2?  Can I do
the following?

Enumeration enum = MDC.getContext().keys();
while(enum.hasMoreElements()) {
        MDC.remove(enum.nextElement().toString());
}

James Stauffer

Reply via email to