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
The functionality boils down to replacing "{}" with the parameter list. It is akin to sprintf "%s" and for the reference parameters, Data::Dumper can be utilized as well.
The text was updated successfully, but these errors were encountered:
Hi,
Short summary:
Instead of
or even
or even
It might be nicer to have a
This is actually a slf4j feature, but I think that it is quite a handy functionality to have (scroll down in the linked doc).
https://www.slf4j.org/faq.html#logging_performance
Implementation details:
https://github.com/qos-ch/slf4j/blob/master/slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java
The functionality boils down to replacing "{}" with the parameter list. It is akin to sprintf "%s" and for the reference parameters, Data::Dumper can be utilized as well.
The text was updated successfully, but these errors were encountered: