| AquaLogic Interaction Development Kit (IDK) 6.0.0 |
|
ILogger.PerformanceEnd Method
Logs a performance measurement message at the Performance level including the time elapsed since the matching call to PerformanceBegin that created the supplied startTime value.
void PerformanceEnd(
string message,
long startTime
);
Parameters
-
message
- The log message to display along with the performance measurement.
-
startTime
- The value from the matching PerformanceBegin call.
See Also
ILogger Interface | Plumtree.Remote.Logging Namespace