IMetricsLogger::LogEvent Method (String^)

 

Logs an occurrence of the specified event.

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

void LogEvent(
	String^ eventName
)

Parameters

eventName
Type: System::String^

The name of the event.

Return to top
Show: