org.slf4j.impl
Class Slf4jMDCAdapter
java.lang.Object
org.slf4j.impl.Slf4jMDCAdapter
- All Implemented Interfaces:
- org.slf4j.spi.MDCAdapter
public final class Slf4jMDCAdapter
- extends Object
- implements org.slf4j.spi.MDCAdapter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Slf4jMDCAdapter
public Slf4jMDCAdapter()
put
public void put(String key,
String val)
- Specified by:
put in interface org.slf4j.spi.MDCAdapter
get
public String get(String key)
- Specified by:
get in interface org.slf4j.spi.MDCAdapter
remove
public void remove(String key)
- Specified by:
remove in interface org.slf4j.spi.MDCAdapter
clear
public void clear()
- Specified by:
clear in interface org.slf4j.spi.MDCAdapter
getCopyOfContextMap
public Map getCopyOfContextMap()
- Specified by:
getCopyOfContextMap in interface org.slf4j.spi.MDCAdapter
setContextMap
public void setContextMap(Map contextMap)
- Specified by:
setContextMap in interface org.slf4j.spi.MDCAdapter
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.