| 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; }
Public Property DurationThresholdMs As Integer
Get
Set
Dim instance As NLogRequestLoggingOptions
Dim value As Integer
value = instance.DurationThresholdMs
instance.DurationThresholdMs = value
member DurationThresholdMs : int with get, set
Property Value
Type:
Int32See Also