GoLogger 1.1 Tools 4.0 Community
Submitted by user Burloe; MIT; 2024-10-22
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.
View files Download Submit an issue Recent Edits