log4j-jboss-logmanager 1.0.2.Final-redhat-1

org.apache.log4j
Class MDC

java.lang.Object
  extended by org.apache.log4j.MDC

public class MDC
extends Object


Constructor Summary
MDC()
           
 
Method Summary
static void clear()
           
static Object get(String key)
           
static Hashtable getContext()
           
static void put(String key, Object o)
           
static void remove(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDC

public MDC()
Method Detail

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()

log4j-jboss-logmanager 1.0.2.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.