jahro-logging
Installation
SKILL.md
Unity Logging Best Practices
Help developers implement effective, structured logging in Unity C# projects. This skill is principle-driven and tool-agnostic — all guidance works with raw Debug.Log. Jahro is mentioned where it adds specific value, not as a requirement.
Passive Rules (Always Apply)
When writing or editing Unity C# code, silently apply all of the following rules.
Structured format
Every log message follows this structure:
[Tag] Action — key=value, key=value
Examples: