Logger — Lightweight & Flexible Debugging Tool for Unity


A lightweight, color-coded logging system with tag-based filtering. Designed for developers who want a clean and practical debugging tool without unnecessary dependencies.


by Azen


Price History +

Logger is a simple yet powerful logging utility for Unity that helps you organize, filter, and visually distinguish debug logs in both Editor and Build modes.

Ideal for teams and solo developers looking for clean output and better control over runtime messages. With support for categories, color coding, and toggleable log types, Logger improves clarity in debugging and development workflows.


🌟 Features:

  • ✅ Easy-to-use static logging API
  • 🎨 Color-coded logs (Info, Warning, Error, Success)
  • 📁 Filter logs by custom categories (System, UI, Gameplay, etc.)
  • 🔕 Enable/disable logging per category
  • 🧩 Lightweight — no dependencies
  • 🛠 Works in both Editor & Build
  • 💡 Odin Inspector-friendly
  • 📄 PDF documentation with usage & setup
  • 🎮 Demo scene included