com.levigo.util.log
Class MDC

java.lang.Object
  extended by com.levigo.util.log.MDC

public class MDC
extends Object


Constructor Summary
MDC()
           
 
Method Summary
static Object get(String key)
           
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

get

public static Object get(String key)

put

public static void put(String key,
                       Object o)

remove

public static void remove(String key)


Copyright © 2017 levigo holding gmbh. All rights reserved.