Package org.slf4j.impl
Class Slf4jMDCAdapter
java.lang.Object
org.slf4j.helpers.BasicMDCAdapter
org.slf4j.impl.Slf4jMDCAdapter
- All Implemented Interfaces:
org.slf4j.spi.MDCAdapter
public final class Slf4jMDCAdapter
extends org.slf4j.helpers.BasicMDCAdapter
implements org.slf4j.spi.MDCAdapter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.slf4j.helpers.BasicMDCAdapter
clearDequeByKey, getCopyOfDequeByKey, getKeys, popByKey, pushByKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.slf4j.spi.MDCAdapter
clearDequeByKey, getCopyOfDequeByKey, popByKey, pushByKey
-
Constructor Details
-
Slf4jMDCAdapter
public Slf4jMDCAdapter()
-
-
Method Details
-
put
- Specified by:
putin interfaceorg.slf4j.spi.MDCAdapter- Overrides:
putin classorg.slf4j.helpers.BasicMDCAdapter
-
get
- Specified by:
getin interfaceorg.slf4j.spi.MDCAdapter- Overrides:
getin classorg.slf4j.helpers.BasicMDCAdapter
-
remove
- Specified by:
removein interfaceorg.slf4j.spi.MDCAdapter- Overrides:
removein classorg.slf4j.helpers.BasicMDCAdapter
-
clear
public void clear()- Specified by:
clearin interfaceorg.slf4j.spi.MDCAdapter- Overrides:
clearin classorg.slf4j.helpers.BasicMDCAdapter
-
getCopyOfContextMap
- Specified by:
getCopyOfContextMapin interfaceorg.slf4j.spi.MDCAdapter- Overrides:
getCopyOfContextMapin classorg.slf4j.helpers.BasicMDCAdapter
-
setContextMap
- Specified by:
setContextMapin interfaceorg.slf4j.spi.MDCAdapter- Overrides:
setContextMapin classorg.slf4j.helpers.BasicMDCAdapter
-