Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IncomingPathLoggingMode Enum
Definition
- Namespace:
- Microsoft.AspNetCore.Diagnostics.Logging
- Assembly:
- Microsoft.AspNetCore.Diagnostics.Middleware.dll
- Package:
- Microsoft.AspNetCore.Diagnostics.Middleware v10.0.0
- Package:
- Microsoft.AspNetCore.Diagnostics.Middleware v10.6.0
- Package:
- Microsoft.AspNetCore.Diagnostics.Middleware v9.8.0
- Source:
- IncomingPathLoggingMode.cs
- Source:
- IncomingPathLoggingMode.cs
- Source:
- IncomingPathLoggingMode.cs
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Strategy to decide how request path is logged.
public enum IncomingPathLoggingMode
type IncomingPathLoggingMode =
Public Enum IncomingPathLoggingMode
- Inheritance
-
IncomingPathLoggingMode
Fields
| Name | Value | Description |
|---|---|---|
| Formatted | 0 | Request path is logged formatted, its params are not logged. |
| Structured | 1 | Request path is logged in a structured way (as route), its params are logged. |
Applies to
Feedback
Was this page helpful?
