org.jboss.logging
Class MDC
java.lang.Object
org.jboss.logging.MDC
public class MDC
- extends Object
A "Map Diagnostic Context" abstraction.
- Author:
- Jason T. Greene
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
put
public static void put(String key,
Object val)
get
public static Object get(String key)
remove
public static void remove(String key)
getMap
public static Map<String,Object> getMap()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.