1 instantiation of HttpLoggingAttribute
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingEndpointConventionBuilderExtensions.cs (1)
26
var metadata = new
HttpLoggingAttribute
(loggingFields);
9 references to HttpLoggingAttribute
Microsoft.AspNetCore.HttpLogging (9)
HttpLoggingAttribute.cs (1)
13
/// Initializes an instance of the <see cref="
HttpLoggingAttribute
"/> class.
HttpLoggingEndpointConventionBuilderExtensions.cs (1)
26
var
metadata = new HttpLoggingAttribute(loggingFields);
HttpLoggingInterceptorContext.cs (4)
14
/// values from <see cref="
HttpLoggingAttribute
"/> or
44
/// <see cref="
HttpLoggingAttribute
.LoggingFields"/>, or
54
/// <see cref="
HttpLoggingAttribute
.RequestBodyLogLimit"/>, or
64
/// <see cref="
HttpLoggingAttribute
.ResponseBodyLogLimit"/>, or
HttpLoggingMiddleware.cs (3)
62
var
loggingAttribute = context.GetEndpoint()?.Metadata.GetMetadata<
HttpLoggingAttribute
>();
75
HttpLoggingAttribute
? loggingAttribute, HttpLoggingFields loggingFields)