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

Property Value

Type: Int32
See Also