org.apache.log4j
Class MDC
java.lang.Object
org.apache.log4j.MDC
public class MDC
- extends Object
Constructor Summary |
MDC()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDC
public MDC()
put
public static void put(String key,
Object o)
get
public static Object get(String key)
remove
public static void remove(String key)
getContext
public static Hashtable getContext()
clear
public static void clear()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.