1 write to LoggingFields
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingAttribute.cs (1)
18LoggingFields = loggingFields;
2 references to LoggingFields
Microsoft.AspNetCore.HttpLogging (2)
HttpLoggingInterceptorContext.cs (1)
44/// <see cref="HttpLoggingAttribute.LoggingFields"/>, or
HttpLoggingMiddleware.cs (1)
63var loggingFields = loggingAttribute?.LoggingFields ?? options.LoggingFields;