Is your feature request related to a problem?
More powerful formatting for log messages
Describe the solution you'd like.
If using C++11/14/17: https://github.com/fmtlib/fmt
For C++20 it is part of the standard https://en.cppreference.com/w/cpp/utility/format
Describe alternatives you've considered.
No response
Additional context.
This would only work for C++