Description
When no custom log transport is set, the default implementation logs to console.log.
It would make much more sense to use the log object's LogLevel to either route it to console.log, console.debug, console.error or console.warn.
This way, when run in a browser, the log messages could be filtered by the browsers log viewer.