NLog.MDC.Clear C# (CSharp) Method

Clear() public static method

Clears the content of current thread MDC.
public static Clear ( ) : void
return void
        public static void Clear()
        {
            MappedDiagnosticsContext.Clear();
        }
    }