Click or drag to resize

ThresholdLogger Constructor (Int32, String, String, String, Guid)

Creates the timer with a specific bracketingID corresponding to another entry. Note that the other entry is not created by this class and must be created externally.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ThresholdLogger(
	int threshold,
	string message,
	string logID,
	string source,
	Guid bracketingID
)

Parameters

threshold
Type: SystemInt32
The threshold, in milliseconds, used to determine if a message should be logged at completion.
message
Type: SystemString
The message to log.
logID
Type: SystemString
The ID to use.
source
Type: SystemString
The source to use for the message.
bracketingID
Type: SystemGuid
A GUID that can matches another devlog entry, used to bracked the timing.
See Also