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 |
|
|
Metadata |
|
See also