Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: albinaask/Log

Tags

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #23 from gergely-g/fix/editor-thread-crash

Fix editor crash by keeping logger on the main thread during reloads

v2.1

Toggle v2.1's commit message
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

v2.0

Toggle v2.0's commit message
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.

v1.2

Toggle v1.2's commit message
Update to 1.2

- Fixes #8 & #9
- Cleans up the _internal_log method.

v1.1.2

Toggle v1.1.2's commit message
Fixed bugs and extended the test

Fixed #5, #6, #7

v1.1.1

Toggle v1.1.1's commit message
Merge branch 'main' of https://github.com/albinaask/Log

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from avivajpeyi/patch-1

Add more details on how to enble the plugin

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated documentation