DebugLogX
Tag-filtered logging with callsite info and a clean Unity editor window for faster debugging.
by Notorious P.I.G.
Price History +
DebugLogX is a lightweight Unity tool that makes debugging smarter and faster.
Instead of drowning in console spam, you can tag your logs, filter them in a dedicated
editor window, and instantly see where they came from in your code.
Features include:
- Comma-separated tag filtering for full control over what shows in your console.
- Automatic callsite info: [File:Line - Method] on every log.
- Context-aware logs that pull names from GameObjects, Components, and ScriptableObjects.
- Simple extension methods so you can write this.Log("Spawned", "AI") from any MonoBehaviour.
- A dedicated Editor window (Window → Turbo Pig → Debug LogX) for toggling tags,
adjusting log levels, and managing visibility.
Whether you’re working solo or on a large team, DebugLogX helps keep your logs
organized and your debugging workflow efficient.