You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled upon the same quest. While it is possible to replace/redirect console.log (and friends) to logLevel, the remaining problem is that the browser then shows the logoutputs as if they'd be coming from the loglevel module and not from where they originally were called.
(And no bind(), call() or apply() do not help. I tried everything :-(
log.replaceConsole()
, for example, to make console.X then work reliably, even if you're in IE etc.The text was updated successfully, but these errors were encountered: