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
We could potentially clean up a good bit of stream based logging by using something like spdlog or {fmt}
spdlog
{fmt}
https://github.com/gabime/spdlog https://fmt.dev/latest/index.html
Note that fmt is very similar to std::format which landed in C++20.
std::format
Considerations:
The text was updated successfully, but these errors were encountered:
Since we're targeting ionic, it'll be okay to break ABI.
Sorry, something went wrong.
Resolved by #615
caguero
No branches or pull requests
We could potentially clean up a good bit of stream based logging by using something like
spdlog
or{fmt}
https://github.com/gabime/spdlog
https://fmt.dev/latest/index.html
Note that fmt is very similar to
std::format
which landed in C++20.Considerations:
The text was updated successfully, but these errors were encountered: