interface IEventLogger

Parents

object

Brief

The interface for processing notifications about the specific monitoring events.

Public Methods

error

Log a error event

performance

Log a performance event

performanceTraceFinish

Trace finish for performance even

performanceTraceFinishWithError

Trace finish for performance even with error

performanceTraceStart

Trace start for performance event

back