The godot Simple Logger class is a GDScript Node instance for Godot Engine. It generates at most 10 log files, and output log mesage to the STDOUT only on debug mode.
Copy the logger.gd
file in your project folder, and load it globally
MIT (See license file for more informations)