Add std::format style formatted print support to proxy/Log class
Open
Logging
Performance
Stale
- Dominant language
- C++
- Stars
- 2k
- Forks
- 874
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 46
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.