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
Hi all, I'm currently evaluating spdlog-python as a replacement for logging in the python standard library.
Looking at the documentation from spdlog for custom formatting, it seems like there are some patterns that are not working/ supported.
These are:
%@ (Source file and line)
%s (Basename of the source file)
$g (Full or relative path of the source file)
%# (Source line)
$! (Source function)
I would presume some of it wouldn't work since it's a pybind11 wrapper of the cpp code. I wonder if there are other alternative to getting some of these working, especially the source function pattern?
The text was updated successfully, but these errors were encountered:
Hi all, I'm currently evaluating spdlog-python as a replacement for logging in the python standard library.
Looking at the documentation from spdlog for custom formatting, it seems like there are some patterns that are not working/ supported.
These are:
I would presume some of it wouldn't work since it's a pybind11 wrapper of the cpp code. I wonder if there are other alternative to getting some of these working, especially the source function pattern?
The text was updated successfully, but these errors were encountered: