All
This commit is contained in:
parent
7a8ee29dcb
commit
0fe23420ab
800 changed files with 16547 additions and 0 deletions
14
addons/log/plugin.cfg
Normal file
14
addons/log/plugin.cfg
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue