Skip to content

Instantly share code, notes, and snippets.

@jimmed
Last active December 14, 2015 05:48
Show Gist options
  • Save jimmed/5037429 to your computer and use it in GitHub Desktop.
Save jimmed/5037429 to your computer and use it in GitHub Desktop.
Nifty logging function
# Handy log function
log = (msg, indent, type = 'log') -> console[type] ('\t' for i in [0..indent]).join(''), msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment