Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser




Quick Information

LogFox
Simple godot logger plugin with editor dock to see old logs and line-graph to see value changes of variable.Check README for guide.
Supported Engine Version
4.3
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
7 months ago
Git URL
Issue URL
LogFox
Simple godot logger plugin with dock to see old logs.
Usage
Logging info
LogFox.info("Some info", source_node)
LogFox.warning("Some warning", source_node)
LogFox.error("Some error", source_node)
Log variable values
# Connect it to variable change
LogFox.log_property(source_node, "property_name")
# It can't get function(local) variables, make it global first
Simple godot logger plugin with editor dock to see old logs and line-graph to see value changes of variable.
Check README for guide.
Reviews
Quick Information

LogFox
Simple godot logger plugin with editor dock to see old logs and line-graph to see value changes of variable.Check README for guide.
Supported Engine Version
4.3
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
7 months ago
Git URL
Issue URL