Home
last modified time | relevance | path

Searched refs:getCopyOfContextMap (Results 1 – 6 of 6) sorted by relevance

/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DMDC.java226 public static Map<String, String> getCopyOfContextMap() { in getCopyOfContextMap() method in MDC
230 return mdcAdapter.getCopyOfContextMap(); in getCopyOfContextMap()
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/
DMDCAdapter.java79 public Map<String, String> getCopyOfContextMap(); in getCopyOfContextMap() method
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DNOPMDCAdapter.java55 public Map<String, String> getCopyOfContextMap() { in getCopyOfContextMap() method in NOPMDCAdapter
DBasicMDCAdapter.java143 public Map<String, String> getCopyOfContextMap() { in getCopyOfContextMap() method in BasicMDCAdapter
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DMDC.java56 Map map = org.slf4j.MDC.getCopyOfContextMap(); in getContext()
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
DLog4jMDCAdapter.java68 public Map getCopyOfContextMap() { in getCopyOfContextMap() method in Log4jMDCAdapter