Category Based Logger
Filter and manage logs efficiently with category-based filtering using enum bitfields. This logger enables developers to selectively enable or disable log output by category, reducing console clutter during development and making debugging faster. Perfect for projects with multiple systems that need organized, controllable logging output.
com.bdeshi.categorylogger 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/categorylogger.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **Category Based Logger** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/categorylogger.git#upm
```
[](https://www.pkglnk.dev/pkg/categorylogger)README
A logger that allows you to filter logs based on a generic enum bitfield parameter
Install via Git URL
You can use the "Install from Git URL" option from Unity Package Manager to install the package.
https://github.com/BDeshiDev/Category-Based-Unity-Logger-.git#upm
Install via OpenUPM
https://openupm.com/packages/com.bdeshi.categorylogger/
No comments yet. Be the first!