Edit of asset "GoLogger" Accepted

Old/Current New/Edit
Title GoLogger GoLogger
Description The Wiki contains info on setup and use:
https://github.com/Burloe/GoLogger/wiki/

GoLogger is a lightweight framework that enables you to create log entries to store game events and data into external .log files, making it easier to identify issues. GoLogger is a versatile tool aimed at making the debugging and maintaining process easier, and provide deeper insights into your game's behavior. By storing .log files externally, players can also share logs when they encounter issues, helping you resolve critical problems in released products.

Simply define your log entries with "Log.entry("Your log entry.")" and adding data the same way you would concatenating strings.

The latest version and more information can be found in the Github repository and the wiki.
GoLogger will allow you to log game events into one or more external .log files. Particularly useful if you want to debug issues your players/user experience and you can't access their instance. Can also be used to stop relying on print() which can be hard to read and crowd the output.

Creating logs are as easy as writing a simple print() statement and can contain any data as long as it's able to be converted into a string format. GoLogger can be expanded to create and write to several log files in order to categories them(game, player, network etc).
Category Tools Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/Burloe/GoLogger https://github.com/Burloe/GoLogger
Issues Url https://github.com/Burloe/GoLogger/issues https://github.com/Burloe/GoLogger/issues
Godot version Godot 4.3 Godot 4.0
Version String 1.3 1.0
Download Commit 7496e1bb2347557c95b1fae20adb435f851621c6 42e571ae1a43a2ab99a343e4d76fd7a41f235695
Download Url (Computed) https://github.com/Burloe/GoLogger/archive/7496e1bb2347557c95b1fae20adb435f851621c6.zip https://github.com/Burloe/GoLogger/archive/42e571ae1a43a2ab99a343e4d76fd7a41f235695.zip
Icon Url https://raw.githubusercontent.com/Burloe/GoLogger/refs/heads/main/addons/GoLogger/Resources/icons/gologger_icon_square.png
https://raw.githubusercontent.com/Burloe/GoLogger/main/addons/GoLogger/GoLoggerIcon.png
Preview Insert
Type video
Image/Video URL https://youtu.be/I7vrIOZjaD8
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/Preview2.PNG
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/options.png
Thumbnail