Edit of asset "GoLogger" Accepted

Old/Current New/Edit
Title 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.
Install only the "addons" folder and navigate to Project Settings > Plugins > Enable GoLogger.

GoLogger is a simple yet effective framework that enables developers to create custom logs entries for game events into external .log files, making it easier to identify issues and understand what led to issues/bugs. GoLogger is a versatile tool designed to streamline debugging and provide deeper insights into your game's behavior. By using external .log files, players can easily send their logs when they encounter issues, helping you resolve critical problems in your projects.

Simply define your log entries with Log.entry("Your log entry and data [", data, "]") and access the logs whenever you need them. You can create simple or detailed entries and include any data you require as well as format them however suits your needs. GoLogger isn’t limited to event logging alone, you can log any debugging strings, information or data to support your development process.
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/Burloe/GoLogger
Issues Url https://github.com/Burloe/GoLogger/issues
Godot version Godot 4.3
Version String 1.3 1.1
Download Commit 7496e1bb2347557c95b1fae20adb435f851621c6 d7132cb8d7f48b28cb91a06751d98b555d5fd9d0
Download Url (Computed) https://github.com/Burloe/GoLogger/archive/7496e1bb2347557c95b1fae20adb435f851621c6.zip https://github.com/Burloe/GoLogger/archive/d7132cb8d7f48b28cb91a06751d98b555d5fd9d0.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/Showcase/GoLoggerIcon_300.png
Preview Update
Type image
Image/Video URL https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/LogExample.png
https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/Showcase.png
Thumbnail https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/LogExample.png
https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/Showcase.png
Preview Update
Type image
Image/Video URL https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/CategoriesExample.png
https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/LogExample.png
Thumbnail https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/CategoriesExample.png
https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/LogExample.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/CodeExample.png
Thumbnail https://raw.githubusercontent.com/Burloe/GoLogger/main/Showcase/CodeExample.png