Open cmcfarlen opened 2 years ago
If we inhale https://github.com/fmtlib/fmt to get this before we switch to C++20, we can use namespace aliasing:
namespace fmt = std;
once we do switch to 20.
This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.
Related to #8855, this should add support for std::format style print, but maintain timestamps and support arbitrarily long log lines. This could improve logging efficiency over #8855 avoiding a double formatted print and a copy or two.