
Log.gd, a GDScript pretty-printer v0.0.7 Tools 4.1 Community
Submitted by user russmatney; MIT; 2025-05-12
Log.gd provides alternatives to `print(...)` that colorizes the output and prepends a source file and line-number based on the call-site.
- `Log.pr(...)` - pretty print args in one line
- `Log.prn(...)` - the same, but with newlines and tabs when printing Arrays/Dictionaries
- `Log.warn(...)` - pretty-print AND push a warning via `push_warning`
- `Log.err(...)` - pretty-print AND push a error via `push_error`
This makes your printed output is much more readable!
Full docs here: https://russmatney.github.io/log.gd/#/
View files Download Submit an issue Recent Edits