Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node.js log4j-like logging system

Could you recommend me a good log4j-like logging system for node.js?

like image 839
kolchanov Avatar asked Oct 02 '11 17:10

kolchanov


2 Answers

I think Winston is really good, however since you mentioned log4j you might be interested in the node port: node-log4js

like image 172
Julian Bilcke Avatar answered Oct 24 '22 12:10

Julian Bilcke


It's not a log4j port, but Winston offers some similar functionality. https://github.com/indexzero/winston

like image 43
blockchaindev Avatar answered Oct 24 '22 13:10

blockchaindev