We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
fma_common::StringFormatter is easy but lack advanced feature, for example, we can not do the following:
double a = 3.1415926; StringFormatter.format(buf, "{.2lf}", a);
So I propose replace it with libfmt and formalize the LOG structure.
C++20 has libfmt as a built-in lib, we can easily switch to format after we update to C++20 with few changes.
The text was updated successfully, but these errors were encountered:
We have already used the speedlog embeded fmt in v5.x, so close this issue.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
fma_common::StringFormatter is easy but lack advanced feature, for example, we can not do the following:
So I propose replace it with libfmt and formalize the LOG structure.
C++20 has libfmt as a built-in lib, we can easily switch to format after we update to C++20 with few changes.
The text was updated successfully, but these errors were encountered: