HttpLoggingBuilderExtensions.UseW3CLogging(IApplicationBuilder) Yöntem

Tanım

Sunucu günlükleri için HTTP isteklerini ve yanıtlarını W3C biçiminde günlüğe kaydedebilen bir ara yazılım ekler.

public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseW3CLogging (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseW3CLogging : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseW3CLogging (app As IApplicationBuilder) As IApplicationBuilder

Parametreler

app
IApplicationBuilder

Bu yöntemin IApplicationBuilder genişletir örneği.

Döndürülenler

IApplicationBuilder.

Şunlara uygulanır