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