捕获异步功能中的节点Node-xlog.zip

时间:2022-08-07 21:42:34
【文件属性】:

文件名称:捕获异步功能中的节点Node-xlog.zip

文件大小:8KB

文件格式:ZIP

更新时间:2022-08-07 21:42:34

开源项目

express/connect 中间层扩展 console.log 和 console.err 的时候需要添加一个包含 node.js PID 、 http 请求URL 和鉴别计数器的前缀。但如果你使用了 Node-xlog ,事情将变得不再那么复杂。Node-xlog 是一个用来捕获异步功能中的节点,还能够在日志中显示错误,比如说捕获请求。Console.log 和 console.error 都能扩展为进程的 PID,来生成日志、请求方法和 URL 路径。当此信息被索引时,仅显示第一次生成的日志请求。随后的日志仅显示 PID 和索引。示例:var express = require('express'),     xlog = require('xlog'); var app = express(); app.use(xlog()); app.listen(8000); 标签:Nodexlog 分享 window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": [], "bdPic": "", "bdStyle": "1", "bdSize": "24" }, "share": {} }; with (document)0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' ~(-new Date() / 36e5)];\r\n \r\n \r\n \r\n \r\n \u8f6f\u4ef6\u9996\u9875\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nwindow.changyan.api.config({\r\nappid: 'cysXjLKDf', conf: 'prod_33c27aefa42004c9b2c12a759c851039' });


【文件预览】:
node-xlog-master
----.travis.yml(52B)
----package.json(1KB)
----tests()
--------test-xlog.js(7KB)
--------fixtures()
----LICENSE(1KB)
----.gitignore(22B)
----lib()
--------index.js(9KB)
----README.md(2KB)

网友评论