IMetricsLogger Interface

 

Defines an interface for emitting metrics events from the runtime for later aggregation and reporting.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public interface IMetricsLogger

NameDescription
System_CAPS_pubmethodBeginEvent(String)

Begins an event with the specified name.

System_CAPS_pubmethodEndEvent(Object)

Completes a previously started event.

System_CAPS_pubmethodLogEvent(String)

Logs an occurrence of the specified event.

Return to top
Show: