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

[WIP] Logging / DolphinQt: Manage different log levels for each log source #7911

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

CrystalGamma
Copy link

No description provided.

CrystalGamma and others added 2 commits March 18, 2019 17:56
LWARNING = 3, // Something is suspicious.
LINFO = 4, // General information.
LDEBUG = 5, // Detailed debugging - might make things slow.
LSUPPRESS = 0, // don't show any logs in this category (don't use this for generating logs, only
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would probably be a good idea to move those comments to the line before. At least Visual Studio will show them as code comment in IntelliSense that way.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only for the long ones that don't fit into the line or also for the short ones?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency, all of them; for the same reason - they show up in IntelliSense. Not sure if everyone agrees tho.

Source/Core/Common/Logging/LogTypes.h Show resolved Hide resolved
@spycrab
Copy link
Contributor

spycrab commented Mar 18, 2019

Please move the Model into a separate file.

…source (with inheritance for simplified use)
@leoetlino leoetlino marked this pull request as draft April 28, 2020 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants