Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report Godot errors with a timestamp #4

Open
limbonaut opened this issue Oct 16, 2024 · 1 comment
Open

Report Godot errors with a timestamp #4

limbonaut opened this issue Oct 16, 2024 · 1 comment

Comments

@limbonaut
Copy link
Collaborator

It would be nice to have errors reported with a timestamp that happened prior to a crash or event.

Image

Logging is managed by https://github.com/godotengine/godot/blob/master/core/io/logger.h
This functionality is not exposed in Godot API, and as such cannot be used in GDExtension/GDScript.

AFAIK, there are two PRs possibly landing in Godot that expose logging:

For the time being, we can explore a log-based parser and see how performant such approach can be.

@limbonaut limbonaut added the enhancement New feature or request label Oct 16, 2024
@limbonaut limbonaut changed the title Report godot errors with a timestamp Report Godot errors with a timestamp Oct 16, 2024
@limbonaut limbonaut linked a pull request Oct 30, 2024 that will close this issue
@limbonaut limbonaut moved this from Todo to In Progress in GDX Oct 30, 2024
@limbonaut limbonaut moved this from In Progress to Blocked in GDX Nov 12, 2024
@limbonaut
Copy link
Collaborator Author

limbonaut commented Nov 12, 2024

We have an intermediary solution in place. Waiting for logging to be exposed in the Godot Engine API.

@limbonaut limbonaut removed the enhancement New feature or request label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Blocked
Development

No branches or pull requests

1 participant