public method IEventLogger.performanceTraceFinishWithError

Brief

Trace finish for performance even with error

Declaration

protojavascriptjavacsharp
public performanceTraceFinishWithError(id : string, name : string) : void

Parameters
id

The unique event id

name

The name of event

Details

Declared in IEventLogger

back