Log | log method
Collapse the table of content
Expand the table of content

StoreServicesCustomEventLogger.Log | log method

Logs a custom event from your app to Windows Dev Center.

Syntax


public:
void Log(
  String^ eventName
)

Parameters

eventName

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The name of the custom event to send to Dev Center.

Remarks

Custom events that you log using this method will appear in the Custom events section of the Usage report in the Windows Dev Center dashboard.

Before you can use this method in your code, you must first install the Microsoft Store Services SDK and add a reference to the Microsoft Engagement Framework to your project. For more guidance about how to use this method, including a code example, see Log custom events for Dev Center.

Requirements

Minimum supported client

Windows 10

Minimum supported server

None supported

Minimum supported phone

Windows 10 Mobile

Namespace

Microsoft.Services.Store.Engagement
Microsoft::Services::Store::Engagement [C++]

Metadata

Microsoft.Services.Store.Engagement.winmd

See also

Log custom events for Dev Center
StoreServicesCustomEventLogger

 

 

Show:
© 2017 Microsoft