mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add debug level
This commit is contained in:
parent
9d6101e365
commit
f707c835b9
1 changed files with 2 additions and 0 deletions
|
@ -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 : ()->
|
||||
|
|
Loading…
Reference in a new issue