ThresholdLoggerThreshold Property |
Gets/sets the threshold, in milliseconds, used to determine if a message should be logged at completion.
Upon completion (when
Stop is called, a devlog timing entry will be logged if, and only if,
the duration of the timer exceeds this threshold.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Threshold { get; set; }
Public Property Threshold As Integer
Get
Set
Property Value
Type:
Int32See Also