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
I have a project where I currently manually include the output of thread::current().id() at the beginning of every log message (prefixing the error string and padded to ensure the error string messages align) and it'd be very nice to just have an option I can turn on to move the responsibility for that into stderrlog.
...that or just supporting a "set custom formatter callback" sledgehammer.
The text was updated successfully, but these errors were encountered:
I have a project where I currently manually include the output of
thread::current().id()
at the beginning of every log message (prefixing the error string and padded to ensure the error string messages align) and it'd be very nice to just have an option I can turn on to move the responsibility for that into stderrlog....that or just supporting a "set custom formatter callback" sledgehammer.
The text was updated successfully, but these errors were encountered: