MDC Get Method Apache log4net™ SDK Documentation
Gets the context value identified by the key parameter.

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static string Get(
	string key
)

Return Value

Type: OnlineString
The string value held for the key, or a null reference if no corresponding value is found.
Remarks

Note Note
The MDC is deprecated and has been replaced by the Properties. The current MDC implementation forwards to the ThreadContext.Properties.

If the key parameter does not look up to a previously defined context then null will be returned.

See Also