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

New source code logger #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

New source code logger #110

wants to merge 1 commit into from

Conversation

heifner
Copy link
Member

@heifner heifner commented Oct 28, 2022

No description provided.


## Integration

`spdlog` uses `fmt` library which is part of C++20 or is available as a separate third-party library (https://github.com/fmtlib/fmt).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is part of c++20 but sadly is still not present in the latest versions of libstdc++ nor libc++, so realistically we'll need to use the third party library for the next 4+ years.

Copy link

@greg7mdp greg7mdp Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so realistically we'll need to use the third party library for the next 4+ years.

Seems to me that it would be better than the alternative (of not using std::format or fmtlib)

@heifner
Copy link
Member Author

heifner commented Dec 9, 2022

User request: AntelopeIO/leap#554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants