HttpLoggingInterceptorContext.Enable(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.
Adds the given fields to what's currently enabled in LoggingFields.
public void Enable (Microsoft.AspNetCore.HttpLogging.HttpLoggingFields fields);
member this.Enable : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields -> unit
Public Sub Enable (fields As HttpLoggingFields)
Parameters
- fields
- HttpLoggingFields
Additional fields to enable.