Skip to content

New source code logger#110

Open
heifner wants to merge 1 commit intomainfrom
heifner-patch-2
Open

New source code logger#110
heifner wants to merge 1 commit intomainfrom
heifner-patch-2

Conversation

@heifner
Copy link

@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
Contributor

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
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