Add debug level

This commit is contained in:
James Allen 2017-12-07 09:36:12 +00:00
parent 9d6101e365
commit f707c835b9

View file

@ -53,6 +53,8 @@ module.exports = Logger =
catch
return # ignore any errors
debug : () ->
@logger.debug.apply(@logger, arguments)
info : ()->
@logger.info.apply(@logger, arguments)
log : ()->