James Stauffer Wed, 12 May 2004 08:30:04 -0700
In an Appender in the append(LoggingEvent event) method how do I get all of the MDC values? LoggingEvent has a getMDCCopy but it returns void (a "get" method that returns void?). MDC.getContext is marked for internal usage.
James Stauffer