5 references to Formatted
Microsoft.Extensions.Http.Diagnostics (3)
Logging\Internal\HttpRequestReader.cs (1)
254if (_outgoingPathLogMode == OutgoingPathLoggingMode.Formatted)
Logging\LoggingOptions.cs (2)
24private const OutgoingPathLoggingMode DefaultPathLoggingMode = OutgoingPathLoggingMode.Formatted; 140/// The default value is <see cref="OutgoingPathLoggingMode.Formatted"/>.
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Logging\HttpRequestReaderTest.cs (1)
839RequestPathLoggingMode = OutgoingPathLoggingMode.Formatted
Logging\LoggingOptionsTest.cs (1)
101[CombinatorialValues(OutgoingPathLoggingMode.Structured, OutgoingPathLoggingMode.Formatted)]