Node.js Logging

前端 未结 9 1843
一个人的身影
一个人的身影 2021-01-29 17:28

Is there any library which will help me to handle logging in my Node.Js application? All I want to do is, I want to write all logs into a File and also I need an options like ro

9条回答
  •  温柔的废话
    2021-01-29 17:47

    You can also use npmlog by issacs, recommended in https://npmjs.org/doc/coding-style.html.

    You can find this module here https://github.com/isaacs/npmlog

提交回复
热议问题