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
Parsing of the format-style placeholders should be nice and easy using string.Formatter.parse(). Probably easier than the normal %-style placeholder parsing!
The text was updated successfully, but these errors were encountered:
Originally intended as be part of #28, this has been moved to a separate issue following discussion with
loguru
devs in Delgan/loguru#1072. 👍Proposed API
Support
.format()
-style placeholders like this:Support matching structured data like this (requires #25):
Implementation
Parsing of the format-style placeholders should be nice and easy using
string.Formatter.parse()
. Probably easier than the normal%
-style placeholder parsing!The text was updated successfully, but these errors were encountered: