Tags: albinaask/Log
Tags
Implements #19 to comply with godot print() function. - Changed all log method signatures to accept all variants instead of just accepting strings, while keeping backwards compatibility. - Added tests for microbe to the test scene. - Changed from spaces to tabs in Microbe.gd
Refactor logger addon and add Microbe benchmarking tool Renamed config.gd and settings.gd to LogConfig.gd and LogSettings.gd for clarity, fixing #17 . Added Microbe.gd, a micro-benchmarking utility. Updated .gitignore and plugin.cfg version. Minor documentation and template fixes.