GoLogger's icon

GoLogger 1.0.1 Tools 4.0 Community

Submitted by user Burloe; MIT; 2024-10-14

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).


View files Download Submit an issue Recent Edits