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 believe the examples in the testlog module are decently exhaustive.
The preferred method would be via ether the first (for anything with no changes in 'this', i.e. no arr.forEach or such), or the last (using 'init' to initialize a var log module variable).
#143 introduces a proper logger, rather than just using
console.log
everywhere. Modules need to be updated to use it.This is a list of modules containing the string
"console.log"
that probably need to be converted to use a logger instead:The text was updated successfully, but these errors were encountered: