ThresholdLogger Class |
Namespace: NetQuarry
The ThresholdLogger type exposes the following members.
Name | Description | |
---|---|---|
ThresholdLogger(Int32, String, String, String) |
Creates the object.
| |
ThresholdLogger(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.
|
Name | Description | |
---|---|---|
Threshold |
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Stop |
Stops the timer and logs the closing message if the timer Threshold was exceeded.
| |
Stop(String) |
Stops the timer and logs the closing message, with the specified addendum, if the timer Threshold was exceeded.
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |