Click or drag to resize

NLogRequestLoggingOptionsDurationThresholdMs Property

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

Namespace:  NLog.Web
Assembly:  NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax
public int DurationThresholdMs { get; set; }

Property Value

Type: Int32
See Also