Skip to content

HakaikuXiao/LogFox

Repository files navigation

LogFox

Simple godot logger plugin with dock to see old logs.

1734691977870

1734692001689

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

About

Simple godot logger plugin with dock to see old logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published