IncomingPathLoggingMode Enum
Definition
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. |