文件名称:pino::evergreen_tree:超快速,全天然json记录器:evergreen_tree:
文件大小:317KB
文件格式:ZIP
更新时间:2024-02-24 04:47:34
nodejs fast json logger pino
皮诺 Node.js记录器。 文献资料 安装 $ 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":657,"hostname":"Davids-MBP-3.fritz.box"} {"level":30,"time":1531171082399,"msg":"hello child!","pid":657,"hostname":"Davids-MBP-3.fritz.box","a":"property"} 有关在Web框架上使用Pino的信息,请参见: 必需品 开发格式 模块可用于在开发过程中格式化日志: 运输和日志处理 由于Node具有单线程事件循环