:evergreen_tree:超快速,全自然的JSON记录器:evergreen_tree:-Node.js开发

时间:2024-06-16 03:03:19
【文件属性】:

文件名称::evergreen_tree:超快速,全自然的JSON记录器:evergreen_tree:-Node.js开发

文件大小:318KB

文件格式:ZIP

更新时间:2024-06-16 03:03:19

Node.js JSON

pino受Bunyan启发的非常低开销的Node.js记录器。 文档基准点⇗API⇗浏览器API⇗编辑⇗子记录器⇗传输⇗Web框架⇗pino非常低开销的Node.js记录器。 文档基准点⇗API⇗浏览器API⇗编辑⇗子记录器⇗传输⇗Web框架⇗漂亮打印⇗异步日志记录⇗生态系统⇗旧版帮助⇗长期支持策略⇗安装$ npm install pino用法const logger = require('pino')( )logger.info('hello world')const child = logger.child({a:'property'})child.info('hello child!')这会产生:{“ level”:30,“ time”:1531171074631 ,“ msg”:“ hello world”,“ pid”:6


网友评论