pino-std-serializers:for Pino记录器的标准对象序列化器列表

时间:2024-05-18 13:11:47
【文件属性】:

文件名称:pino-std-serializers:for Pino记录器的标准对象序列化器列表

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-18 13:11:47

JavaScript

pino-std序列化器 该模块为记录器提供了一组标准的对象序列化器。 序列化器 exports.err(error) 序列化类似Error对象。 返回一个对象: { type : 'string' , // The name of the object's constructor. message : 'string' , // The supplied error message. stack : 'string' , // The stack when the error was generated. raw : Error // Non-enumerable, i.e. will not be in the output, original // Error object. This is available for subseq


【文件预览】:
pino-std-serializers-master
----.github()
--------dependabot.yml(125B)
--------workflows()
----Readme.md(4KB)
----lib()
--------err.js(1KB)
--------res.js(835B)
--------req.js(2KB)
----LICENSE(1KB)
----test()
--------req.test.js(9KB)
--------res.test.js(2KB)
--------err.test.js(4KB)
----.editorconfig(193B)
----.gitignore(732B)
----index.js(1KB)
----package.json(914B)

网友评论