whittler/addons/log/plugin.cfg
Dan Baker 0fe23420ab All
2025-12-02 07:45:23 +00:00

14 lines
342 B
INI

[plugin]
name="Log.gd"
description="A pretty-printing debug logger.
Log.pr(\"some str\", some_object)
- Colorizes printed data based on datatype
- Recurses through nested data structures (Arrays and Dictionaries)
- Prefixes logs with the callsite's source file and line_number
"
author="Russell Matney"
version="v0.2.0"
script="plugin.gd"