Last active
June 14, 2017 17:45
-
-
Save sirgalleto/62549286e402f080bae0ca7cb26824ec to your computer and use it in GitHub Desktop.
Pollofill
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.pollo = function(arg) { | |
console.countPollo = (console.countPollo || 0) + 1; | |
console.debug(console.countPollo, 'POLLO', arg); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logger.info('Pollo', myVar);