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

Improve startup logging to provide more meaningful information #339

Open
adriengivry opened this issue Nov 29, 2024 · 0 comments
Open

Improve startup logging to provide more meaningful information #339

adriengivry opened this issue Nov 29, 2024 · 0 comments
Labels
Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity

Comments

@adriengivry
Copy link
Owner

Problem this feature should fix
Overload on startup, logs something like that:

irrKlang sound library version 1.6.0
Loaded plugin: ikpflac.dll
Loaded plugin: ikpmp3.dll
Using DirectSound8 driver

We could do better!

Expected solution
We should provide more meaningful information in the output, such as:

  • A nice welcome message
  • Monitor resolution
  • CPU Model
  • GPU Model
  • Available memory
  • Working directory
  • Log on third-party dependencies initialization
  • Log on each service's initialization (Driver, Renderer, Device...)
  • Log on configuration file loading
  • ...
@adriengivry adriengivry added QoL Quality of Life : Something that can improve users productivity Feature New feature to the engine labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity
Projects
None yet
Development

No branches or pull requests

1 participant