Review
- 2022/04/13
- 2023/07/29
- 2023-07-29 07:43
- 2024-08-17
[!Summary]
- Winston
- Morgan
一、Introduction #
- console
- stdout
- stderr
二、日志相关组件 #
Popular libs #
pm2-logrotate- winston ⭐️⭐️⭐️⭐️⭐️
- winston-common-scribe
- winston-common-sentry
- winston-daily-rotate-file
- debug ⭐️⭐️⭐️⭐️⭐️ with supports-color@~8
- Bunyan
- Pino
- Roarr
- Loglevel
- Npmlog
- Bole
- Morgan
- LogTape https://logtape.org/intro
pnpm add debug supports-color@~8{
"scripts": {
"dev": "export DEBUG=* && node index.js"
}
}LogTape is a logging library for JavaScript and TypeScript. It provides a simple and flexible logging system that is easy to use and easy to extend.