NLog.GDC.Remove C# (CSharp) Method

Remove() public static method

Removes the specified item from the Global Diagnostics Context.
public static Remove ( string item ) : void
item string Item name.
return void
        public static void Remove(string item)
        {
            GlobalDiagnosticsContext.Remove(item);
        }