-
Notifications
You must be signed in to change notification settings - Fork 312
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
Refactor log macros #1305
Comments
Because there are so many code to be modified, I'll separet the whole work into smaller patches to make reviewers happy 😆
After all the above work been finished, rename |
After all |
Yes, I'm planning to still use |
In this way, all macros with or without |
I think it is important to keep all macros consistent without intermediate stages. Let's go ahead ! |
Meticulous work! |
I assigned this work to you, you can implement it if you have time. |
@GehaFearless Could you please to do the remain work?
|
There are two type of log macros in the code, one is using C string format specifiers, like
LOG_INFO
, the other is usinglibfmt
, likeLOG_INFO_F
.It's strange to keep the two macros in long term, I'm planning to refactor them and only leave
libfmt
style one.The text was updated successfully, but these errors were encountered: