# Unity Event Logging Package - cz.xprees.event-logging
This package provides a solution for logging events in a structured way. Which can be used to track user actions, system events, and other significant occurrences in your application.
That can be used for Process Mining, Analytics, and Monitoring. This package is designed to work seamlessly with the CF-Bucket - Log collector service
Installation
Install the package using npm scoped registry in Project Settings > Package Manager > Scoped Registries
{
"name": "NPM - xprees",
"url": "https://registry.npmjs.org",
"scopes": [
"cz.xprees"
]
}
Then simply install the package using the Unity Package Manager using the NPM - xprees scope.
Post-Installation
The package will automatically define the script define symbol XPREES_EVENT_LOGGING
in the project settings. This is used to enable the event
logging functionality in your project and compatibility with other packages using event-logging capabilities.