You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/06/01 15:18:15 UTC

[GitHub] [trafficserver] cmcfarlen opened a new issue, #8876: Add std::format style formatted print support to proxy/Log class

cmcfarlen opened a new issue, #8876:
URL: https://github.com/apache/trafficserver/issues/8876

   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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] github-actions[bot] commented on issue #8876: Add std::format style formatted print support to proxy/Log class

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8876:
URL: https://github.com/apache/trafficserver/issues/8876#issuecomment-1579757731

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] ywkaras commented on issue #8876: Add std::format style formatted print support to proxy/Log class

Posted by GitBox <gi...@apache.org>.
ywkaras commented on issue #8876:
URL: https://github.com/apache/trafficserver/issues/8876#issuecomment-1148077954

   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org