Add silly logging
This commit is contained in:
@@ -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)},
|
||||
|
||||
Reference in New Issue
Block a user