NLog.MDC.Remove C# (CSharp) Method

Remove() public static method

Removes the specified item from current thread MDC.
public static Remove ( string item ) : void
item string Item name.
return void
        public static void Remove(string item)
        {
            MappedDiagnosticsContext.Remove(item);
        }