paytm / lgr

Generic Logger
MIT License
2 stars 7 forks source link

start using forked npmlog #10

Closed shreyagarwal closed 8 years ago

samarth commented 8 years ago

Since the forked npmlog no longer emits events , we still have to take into account the count of the lines and the output and error streams that were being overridden earlier .

SirR4T commented 8 years ago

With #11, we've started this. I'll work next on fixing the streams, (adding a setStream(lvl, stream) api), since our fork already supports level wise streams natively.