You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
As of now, a user must use an initializer list to log key-value pairs. The problem is, this effectively disables any dynamic logging. For example, if I want to log a list of key-value pairs, I have to know this list at compile time, seeing as no STL container can be converted into an initializer list at runtime.
Here are a few ideas for a new log function overload:
As of now, a user must use an initializer list to log key-value pairs. The problem is, this effectively disables any dynamic logging. For example, if I want to log a list of key-value pairs, I have to know this list at compile time, seeing as no STL container can be converted into an initializer list at runtime.
Here are a few ideas for a new log function overload:
or
The text was updated successfully, but these errors were encountered: