Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

LogFox

An asset by Haiku
The page banner background of a mountain and forest
LogFox thumbnail image
LogFox thumbnail image
LogFox thumbnail image
LogFox hero image

Quick Information

0 ratings
LogFox icon image
Haiku
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.

README 1734691977870

README 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

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

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
LogFox icon image
Haiku
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

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers