Skip to content

Console parity

Latest
Compare
Choose a tag to compare
@dmarcelino dmarcelino released this 13 Mar 16:50
· 3 commits to master since this release
  • debug-logger input syntax matches node's console for easier adoption:
    • Added log.time() and log.timeEnd();
    • Added log.dir();
    • Added log.assert().
  • By default trace, debug, log and info output to stdout while warn and error output to stderr. This is configurable;
  • log() now outputs through the default/root debug instance.