Edit of asset "Log.gd, a GDScript pretty-printer" Accepted

Old/Current New/Edit
Title Log.gd, a GDScript pretty-printer
Description 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/#/
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/russmatney/log.gd
Issues Url https://github.com/russmatney/log.gd/issues
Godot version Godot 4.1 Godot 4.1
Version String v0.0.7
Download Commit 1d8d6c67c0737b42d151378cffbb984ebba90d12
Download Url (Computed) https://github.com/russmatney/log.gd/archive/1d8d6c67c0737b42d151378cffbb984ebba90d12.zip
Icon Url https://raw.githubusercontent.com/russmatney/log.gd/main/docs/assets/Log_logo_4x.png