Edit of asset "GoLogger" Accepted

Old/Current New/Edit
Title GoLogger
Description Install only the "addons" folder and don't forget to enable the plugin!

GoLogger is a simple yet effective framework that enables you to create custom log entries for game events into external .log files, making it easier to identify issues. GoLogger is a versatile tool designed to make the debugging 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 using "print()". 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 also store debugging messages and notes.

A new editor dock and integrated category system allows you to add, remove or rename categories. Each session creates unique files for each category which also allows you to sort where certain entries are stored. Making them easier to read and use.

Changes in version 1.2:
* GoLogger Dock added to the editor. Enabling a code-free user experience.
* Category system integrated in the dock.
* In-game hotkeys to control logging sessions(see README for more info)
* Save copies of the current session.
* More information can be found in the README or on the Github repo.

BEWARE:
* Version 1.2 unfortunately made this plugin only compatible with 4.3. However, version 1.1 is still accessible on the Github repository.
This plugin enables developers to log custom game events into external .log files, making it easier to identify issues and understand what led to bugs or crashes. 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 only when 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 information or data to support your development process.

Installation Instructions:

Install only the contents of the "addons" folder.
After downloading and installing the plugin, navigate to Project Settings > Plugins and enable GoLogger.
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.2
Download Commit e6fe91d7d05a71a6cdfe557c4eda189aba93a80c
Download Url (Computed) https://github.com/Burloe/GoLogger/archive/e6fe91d7d05a71a6cdfe557c4eda189aba93a80c.zip
Icon Url https://raw.githubusercontent.com/Burloe/GoLogger/main/addons/GoLogger/gologger_icon_square.png