Click or drag to resize

NLogRequestLoggingModuleDurationThresholdMs Property

Get or set duration time in milliseconds, before a HttpRequest is seen as slow (Logged as warning)

Namespace:  NLog.Web
Assembly:  NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax
public int DurationThresholdMs { get; set; }

Property Value

Type: Int32
See Also