CommonAccessLogMiddleware constructor

Initializes a new instance of the CommonAccessLogMiddleware class.

public CommonAccessLogMiddleware(RequestDelegate next, 
    IOptionsMonitor<CommonAccessLogOptions> optionsMonitor, ILogger logger)
parameter description
next The next middleware in the pipeline.
optionsMonitor The options monitor for CommonAccessLogOptions.
logger The Serilog logger instance.

See Also