public method IEventLogger.performanceTraceFinishWithError
Overview
Trace finish for performance even with error
Declaration
function performanceTraceFinishWithError(id, name)
public void performanceTraceFinishWithError(String id, String name);
public void performanceTraceFinishWithError(string id, string name);
Parameters
| Name | Description |
|---|---|
| id | The unique event id |
| name | The name of event |
Details
Declared in IEventLogger