public class MdcAccess
extends Object
Facade for the SLF4j MDC
-
Constructor Summary 
Constructors
-
Method Summary 
static void
see MDC.put(String, String)
static void
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
MdcAccess 
public MdcAccess()
-
Method Details 
-
remove 
public static void remove(String key)
see MDC.remove(String)
-
get 
see MDC.get(String)
-
put 
see MDC.put(String, String)