Skip to content

Instantly share code, notes, and snippets.

@m3g4p0p
Last active July 22, 2016 17:23
Show Gist options
  • Save m3g4p0p/68e10bc4ea1abd026ec74804e1eb7129 to your computer and use it in GitHub Desktop.
Save m3g4p0p/68e10bc4ea1abd026ec74804e1eb7129 to your computer and use it in GitHub Desktop.
Allows logging messages to the console.
window._ = function() {console.log(...arguments)};
@m3g4p0p
Copy link
Author

m3g4p0p commented Jul 22, 2016

logdash

Simply include this line at the top of all your other scripts to release the power of logdash.js.
Then run for instance:

_( "ez life" )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment