--- Original +++ NDC.java 2011-11-22 14:42:53.458007800 +1100 @@ -59,4 +59,7 @@ return val; } + public static void clear() { + MDC.clear(); + } }