DEV Community

Discussion on: What JS Logging library / tool do you use?

Collapse
 
pim profile image
Pim

Seems like a lot of people use winston. I primarily use serilog (.NET), the reason I love it and bring it up is because it's a fully-structured logger. I can't speak to winston's capabilities, but I know bunyan offers similar features in node which I highly recommend finding.