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