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
Something like logger.debug("Hello {1}", "world");. Also it would be good to actually log all the parameters, like logger.debug("Hello", "world", "!!!");
The text was updated successfully, but these errors were encountered:
I created something for this. Let me see about cleaning it up and getting an example posted for you.
[EDIT] ...just realized the date of this issue was several years ago 😄 still... I created some string interpolation utilities for this same purpose so I'll post when I clean up the code.
Something like
logger.debug("Hello {1}", "world");
. Also it would be good to actually log all the parameters, likelogger.debug("Hello", "world", "!!!");
The text was updated successfully, but these errors were encountered: