LogFox
by Haiku
3
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
Download
Version0.2
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author