Moving away from NPMLOG to Paytm's fork
Pre-release
Pre-release
With this release, we start migrating away from npmlog
to Paytm's fork of npmlog
.
Major changes:
- No more EventEmitter in Paytm's npmlog.
addLevel()
can accept an additional parameter (the output stream for that level).- setOut(), setErr(), flush() will be deprecated soon, as stream information can now be stored at
npmlog
instead of maintaingoutputStream
s anderrorStream
s atlgr
.