Skip to content

Instantly share code, notes, and snippets.

@sirgalleto
Last active June 14, 2017 17:45
Show Gist options
  • Save sirgalleto/62549286e402f080bae0ca7cb26824ec to your computer and use it in GitHub Desktop.
Save sirgalleto/62549286e402f080bae0ca7cb26824ec to your computer and use it in GitHub Desktop.
Pollofill
console.pollo = function(arg) {
console.countPollo = (console.countPollo || 0) + 1;
console.debug(console.countPollo, 'POLLO', arg);
}
@alvarolaguna
Copy link

Logger.info('Pollo', myVar);

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