Click or drag to resize

NLogRequestLoggingOptions Properties

The NLogRequestLoggingOptions type exposes the following members.

Properties
  NameDescription
Public propertyDurationThresholdMs
Get or set duration time in milliseconds, before a HttpRequest is seen as slow (Logged as warning)
Public propertyExcludeRequestPaths
Gets or sets request-paths where LogLevel should be reduced (Logged as debug)
Public propertyLoggerName
Logger-name used for logging http-requests
Public propertyShouldLogRequest
Mapper from HttpContext status to LogLevel
Top
See Also