NLogRequestLoggingOptions Properties |
The NLogRequestLoggingOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| DurationThresholdMs |
Get or set duration time in milliseconds, before a HttpRequest is seen as slow (Logged as warning)
| |
| ExcludeRequestPaths |
Gets or sets request-paths where LogLevel should be reduced (Logged as debug)
| |
| LoggerName |
Logger-name used for logging http-requests
| |
| ShouldLogRequest |
Mapper from HttpContext status to LogLevel
|