Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cz.xprees.event-logging

xprees37MIT1.0.12

This package provides a simple way to log events in your game.

Unity, Event Logging, ScriptableObjects

readme

# Unity Event Logging Package - cz.xprees.event-logging

NPM Version

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.