trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Add std::format style formatted print support to proxy/Log class

Open cmcfarlen opened this issue 2 years ago • 1 comments

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.

cmcfarlen avatar Jun 01 '22 15:06 cmcfarlen

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.

ywkaras avatar Jun 07 '22 00:06 ywkaras

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.

github-actions[bot] avatar Jun 07 '23 02:06 github-actions[bot]