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: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public int DurationThresholdMs { get; set; }

Property Value

Type: Int32
See Also