Click or drag to resize

NLogBufferingTargetWrapperMiddlewareInvoke Method

This allows interception of the HTTP pipeline for logging purposes

Namespace:  NLog.Web
Assembly:  NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax
public Task Invoke(
	HttpContext context
)

Parameters

context
Type: HttpContext
The HttpContext

Return Value

Type: Task
See Also