NLog.NDC.GetAllObjects C# (CSharp) Method

GetAllObjects() public static method

Gets all objects on the NDC stack. The objects are not removed from the stack.
public static GetAllObjects ( ) : object[]
return object[]
        public static object[] GetAllObjects()
        {
            return NestedDiagnosticsContext.GetAllObjects();
        }
    }