HttpLoggingInterceptorContext.IsAnyEnabled(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.
Checks if any of the given fields are currently enabled in LoggingFields.
public bool IsAnyEnabled (Microsoft.AspNetCore.HttpLogging.HttpLoggingFields fields);
member this.IsAnyEnabled : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields -> bool
Public Function IsAnyEnabled (fields As HttpLoggingFields) As Boolean
Parameters
- fields
- HttpLoggingFields
One or more field flags to check.