NLog.NDC.Pop C# (CSharp) Method

Pop() public static method

Pops the top message off the NDC stack.
public static Pop ( ) : string
return string
        public static string Pop()
        {
            return NestedDiagnosticsContext.Pop();
        }