Add silly logging

This commit is contained in:
Stefan Aebischer
2019-10-27 16:46:20 +02:00
parent b5f66480c4
commit 6da5126190
3 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
module.exports = {
silly: function() {console.log(arguments)},
debug: function() {console.log(arguments)},
notice: function() {console.log(arguments)},
info: function() {console.info(arguments)},