다음을 통해 공유


HttpLoggingInterceptorContext.LoggingFields 속성

정의

로그에 대한 요청 및 응답의 어떤 부분을 가져오거나 설정합니다.

public Microsoft.AspNetCore.HttpLogging.HttpLoggingFields LoggingFields { get; set; }
member this.LoggingFields : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields with get, set
Public Property LoggingFields As HttpLoggingFields

속성 값

설명

이 값은 , LoggingFields또는 WithHttpLogging<TBuilder>(TBuilder, HttpLoggingFields, Nullable<Int32>, Nullable<Int32>)LoggingFields값으로 미리 채워집니다.

적용 대상