Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active May 19, 2017 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/d4f634cc049476e26d99d8d1b352ccbc to your computer and use it in GitHub Desktop.
Save deque-blog/d4f634cc049476e26d99d8d1b352ccbc to your computer and use it in GitHub Desktop.
repeat_n_with_logs(3, "toto");
//Alternative WITHOUT the argument names:
"[TRACE] Call to \"repeat_n\" with arguments: (3, toto)"
//Alternative WITH the argument names:
"[TRACE] Call to \"repeat_n\" with arguments: {n 3, s toto}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment