HttpLoggingInterceptorContext.Disable(HttpLoggingFields) Method
Definition
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.
Removes the given fields from what's currently enabled in LoggingFields.
public void Disable (Microsoft.AspNetCore.HttpLogging.HttpLoggingFields fields);
member this.Disable : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields -> unit
Public Sub Disable (fields As HttpLoggingFields)
Parameters
- fields
- HttpLoggingFields
Fields to disable.