Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.PerformanceEnd Method 

Logs a performance measurement message at the Performance level including the time elapsed since the matching call to PerformanceBegin which 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