-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
Hey,
I like this approach of a single file as a logger. But I think it lacks some nice-to-have features.
Like:
- Adding the option to print a time stamp
- Error handling (Using the return codes of Godot for better logs)
- Also using multiple modules at once, so they behave more like appenders / log configs and make them more modular to comfort more needs
- Signals to confirm logging for more loose coupling
- Integration in the Godot Asset Library
But a lot of these features are already done:
- Error handling and signals: Samuel-Lewis@4245a8d
- Time stamp: hedin-hiervard@211f007
But some of these changes are in PR #6 but it seems dead.
So I'm asking how to go forward should I do pull requests for each topic?
Are these topics wanted?
And how active do you maintain this repository?
I make "normal" Software with Godot and this logger is extremely useful and I like to expand it.
Reactions are currently unavailable