MCPcopy
hub / github.com/qos-ch/slf4j / get

Method get

slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java:56–56  ·  view source on GitHub ↗

Get the context identified by the key parameter. The key parameter cannot be null. @return the string value identified by the key parameter.

(String key)

Source from the content-addressed store, hash-verified

54 * @return the string value identified by the <code>key</code> parameter.
55 */
56 public String get(String key);
57
58 /**
59 * Remove the context identified by the <code>key</code> parameter.

Callers 15

noProviderMethod · 0.65
assertMsgContainsMethod · 0.65
testMethod · 0.65
testMethod · 0.65
assertMsgContainsMethod · 0.65
testTraceMethod · 0.65
testDebugMethod · 0.65
testInfoMethod · 0.65
testWarnMethod · 0.65
testErrorMethod · 0.65
testFormattingMethod · 0.65
testExceptionMethod · 0.65

Implementers 3

Reload4jMDCAdapterslf4j-reload4j/src/main/java/org/slf4j
BasicMDCAdapterslf4j-api/src/main/java/org/slf4j/help
NOPMDCAdapterslf4j-api/src/main/java/org/slf4j/help

Calls

no outgoing calls

Tested by 15

noProviderMethod · 0.52
assertMsgContainsMethod · 0.52
testMethod · 0.52
testMethod · 0.52
assertMsgContainsMethod · 0.52
testTraceMethod · 0.52
testDebugMethod · 0.52
testInfoMethod · 0.52
testWarnMethod · 0.52
testErrorMethod · 0.52
testFormattingMethod · 0.52
testExceptionMethod · 0.52