public class Slf4jMDCAdapter extends Object implements org.slf4j.spi.MDCAdapter
pax-logging specific MDCAdapter returned from StaticMDCBinder
| Constructor and Description |
|---|
Slf4jMDCAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
get(String key) |
Map |
getCopyOfContextMap() |
void |
put(String key,
String val) |
void |
remove(String key) |
void |
setContextMap(Map contextMap) |
public void remove(String key)
remove in interface org.slf4j.spi.MDCAdapterpublic void clear()
clear in interface org.slf4j.spi.MDCAdapterpublic Map getCopyOfContextMap()
getCopyOfContextMap in interface org.slf4j.spi.MDCAdapterpublic void setContextMap(Map contextMap)
setContextMap in interface org.slf4j.spi.MDCAdapterCopyright © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.