HttpLoggingServiceExtensions.UseHttpLoggingMiddleware Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers incoming HTTP request logging middleware into IApplicationBuilder.
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseHttpLoggingMiddleware (this Microsoft.AspNetCore.Builder.IApplicationBuilder builder);
static member UseHttpLoggingMiddleware : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseHttpLoggingMiddleware (builder As IApplicationBuilder) As IApplicationBuilder
- builder
- IApplicationBuilder
An application's request pipeline builder.
The IApplicationBuilder so that additional calls can be chained.
builder
is null
.
Request logging middleware should be placed after UseRouting(IApplicationBuilder) call.
Tuote | Versiot |
---|---|
ASP.NET Core | 8.0, 9.0 |