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

Use fmt or spdlog for console logging #73

Closed
mjcarroll opened this issue Jun 10, 2020 · 2 comments
Closed

Use fmt or spdlog for console logging #73

mjcarroll opened this issue Jun 10, 2020 · 2 comments
Assignees
Labels

Comments

@mjcarroll
Copy link
Contributor

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:

  • Not breaking ABI
  • Not breaking existing code?
@caguero caguero self-assigned this Jul 1, 2024
@azeey
Copy link
Contributor

azeey commented Jul 1, 2024

Since we're targeting ionic, it'll be okay to break ABI.

@azeey
Copy link
Contributor

azeey commented Oct 17, 2024

Resolved by #615

@azeey azeey closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants