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

Common/Log: Add basic fmt-capable functions to the interface. #9173

Merged
merged 1 commit into from Oct 21, 2020

Conversation

lioncash
Copy link
Member

Provides a basic extension to the interface to begin migration off of the printf-based logging system.

Everything will go through macros with the same style naming as the old logging system, except the macros will have the _FMT suffix, while the migration is in process. This allows for peacemeal migration over time instead of pulling everything out and replacing it all in a single pull request, which makes for much easier reviewing.

@lioncash lioncash force-pushed the fmtlog branch 2 times, most recently from b2cbc48 to f5126a5 Compare October 20, 2020 20:54
Provides a basic extension to the interface to begin migration off of
the printf-based logging system.

Everything will go through macros with the same style naming as the old
logging system, except the macros will have the _FMT suffix, while the
migration is in process.

This allows for peacemeal migration over time instead of pulling
everything out and replacing it all in a single pull request, which
makes for much easier reviewing.
@leoetlino leoetlino merged commit 09e87b7 into dolphin-emu:master Oct 21, 2020
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants