Skip to content

Instantly share code, notes, and snippets.

@grabcode
Created February 8, 2015 00:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grabcode/5ab7361962a516b29ded to your computer and use it in GitHub Desktop.
Save grabcode/5ab7361962a516b29ded to your computer and use it in GitHub Desktop.
Isomorphic javascript helper - custom log
root = exports ? this
root._log = ->
args = [new Date()].concat Array.prototype.slice.apply(arguments)
console.log.apply console, args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment