mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Add debug level
This commit is contained in:
@@ -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 : ()->
|
||||
|
||||
Reference in New Issue
Block a user