NLog.NDC.Clear C# (CSharp) Method

Clear() public static method

Clears current thread NDC stack.
public static Clear ( ) : void
return void
        public static void Clear()
        {
            NestedDiagnosticsContext.Clear();
        }