swebb2066 opened a new pull request, #148: URL: https://github.com/apache/logging-log4cxx/pull/148
This PR reduces the overhead of logging values through `operator<<(std::ostream&` by using a thread local std::basic_ostringstream where available. It retains the static string logging optimization, thereby resolving the issue with the previous attempt (Thorsten Schöning 2018-08-19) to introduce this optimization. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
