An NLog layout renderer that allows items in the current HTTP context to be added to a log layout. Example: ${http-context-item:X-RequestId} will log the contents of HttpContext.Current.Items["X-Request-Id"]
$ dotnet add package NLog.RequestTargerts.HttpContextItemNo README available.