NLog.MDC.GetObject C# (CSharp) Method

GetObject() public static method

Gets the current thread MDC named item.
public static GetObject ( string item ) : object
item string Item name.
return object
        public static object GetObject(string item)
        {
            return MappedDiagnosticsContext.GetObject(item);
        }