Removes the key value mapping for the key specified.
Namespace: log4netAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- key
- Type: System String
The key to remove.
Remarks
Note |
---|
The MDC is deprecated and has been replaced by the Properties. The current MDC implementation forwards to the ThreadContext.Properties. |
Remove the specified entry from this thread's MDC
See Also