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
One issue with the python logger I've noticed is that it does not automatically format the strings as spdlog does.
E.g: SPDLOG_DEBUG("{}", 777) will be displayed as "{}" in Python. This should be easily fixable though, because python also allows "{}".format(777)
Since we now use the python logger via #118, there is no longer need to have references to spdlog
The text was updated successfully, but these errors were encountered: