Home
last modified time | relevance | path

Searched defs:getCopyOfContextMap (Results 1 – 5 of 5) sorted by relevance

/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/slf4j-api/src/main/java/org/slf4j/spi/
DMDCAdapter.java79 public Map<String, String> getCopyOfContextMap(); in getCopyOfContextMap() method
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
DLog4jMDCAdapter.java68 public Map getCopyOfContextMap() { in getCopyOfContextMap() method in Log4jMDCAdapter
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DMDC.java226 public static Map<String, String> getCopyOfContextMap() { in getCopyOfContextMap() method in MDC