# AppCenter Log Event

Logs an event in the AppCenter Analytics module. This is also referred as the TrackEvent function in theAppCenter documentation.

Action available for the following operating systems:

![](/files/kfMeq0OanEe5OOx5RmUn)

### Parameters

* **Name** \<string> - The name of the event. This is Limited to 256 characters.
* **Priority** - The event priority, it can be:
  * Normal
  * Critical
* **Properties** - A list of properties to with the event. Each property as a Name and a Value . This is limited to 20 properties per event and 125 characters per event property name & event property value. You can send up to 200 distinct event names.

{% hint style="info" %}
You should read the Microsoft App Center Documentation for further details and limitations as thesecan change in the future.
{% endhint %}

{% hint style="info" %}
Events with priority set as Critical will be retrieved from storage first and sent before Normal events. When the local storage is full, and new events need to be stored, the oldest events with the lowestpriority are deleted first. If the storage is full of logs with Critical priority, then tracking an event with Normal priority will fail asthe SDK can't make room in that case. If you also use the Crashes service, crash logs are set as Critical and share the same storage as events
{% endhint %}

{% hint style="info" %}
By default the local storage is limited to 10Mb, but you can change this value in the project properties.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-code-flow/appcenter-log-event.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
