Logo
Explore Help
Sign In
arctia/Godot-SimpleLogger
1
0
Fork 0
You've already forked Godot-SimpleLogger
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e065809279493b0724997821d249f40d2b02e13c
Godot-SimpleLogger/plugin.cfg

8 lines
119 B
INI
Raw Normal View History

feature: SimpleLogger class implementation - add SimpleLogger class - add LogLevel enum and current_log_level which serve to show only logs with level > to it - add trace, debug, info, warning, error functions and their abbreviate form - add _print function which is in charge to print the message - the message can have timestamp and type being showed before the message [<type> ][<timestamp>]: <message> - add the possibility to let specify a file where to save the file in append mode
2025-12-21 18:44:38 +01:00
[plugin]
task: rename Logger addon to SimpleLogger
2025-12-21 19:19:36 +01:00
name="SimpleLogger"
feature: SimpleLogger class implementation - add SimpleLogger class - add LogLevel enum and current_log_level which serve to show only logs with level > to it - add trace, debug, info, warning, error functions and their abbreviate form - add _print function which is in charge to print the message - the message can have timestamp and type being showed before the message [<type> ][<timestamp>]: <message> - add the possibility to let specify a file where to save the file in append mode
2025-12-21 18:44:38 +01:00
description="A simple godot 4 logger"
author="Arctia"
version="0.1.0"
feat: proper plugin addition
2025-12-21 21:41:08 +01:00
script="plugin.gd"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 23ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API