10 references to Structured
Microsoft.Extensions.Http.Diagnostics.Tests (10)
Logging\AcceptanceTests.cs (1)
349
o.RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
;
Logging\HttpClientLoggerTest.cs (6)
210
RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
,
303
RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
,
412
RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
,
509
RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
,
624
RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
,
895
RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
,
Logging\HttpRequestReaderTest.cs (2)
266
RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
338
RequestPathLoggingMode = OutgoingPathLoggingMode.
Structured
Logging\LoggingOptionsTest.cs (1)
101
[CombinatorialValues(OutgoingPathLoggingMode.
Structured
, OutgoingPathLoggingMode.Formatted)]