rm5248 commented on pull request #87: URL: https://github.com/apache/logging-log4cxx/pull/87#issuecomment-1000862347
I'll have to take a look at that; I would be surprised if that was a significant source of performance issues, but some testing would confirm that. FWIW, using the `LOG4CXX_[level]_FMT` family of macros and also the fact that we use a `thread_local` for the [thread name](https://github.com/apache/logging-log4cxx/commit/aaaea6aadf3fda0d2e0511d7034305cf1e8b9353) should more than compensate for the extra time locking the `weak_ptr`. -- 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]
