文件名称:safetynet:使用 Winston 和 YAML 配置的 Express 简单错误处理中间件
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-02 05:33:49
JavaScript
安全网 使用简单错误记录中间件。 Safetynet 使用 YAML 配置文件来创建错误定义库。 这些定义用于创建自定义错误并简化错误处理过程。 ##如何 ###定义 首先,您必须通过添加到包含的 YAML 文件或创建您自己的文件来定义您的错误。 包含的定义文件提供了一个简单的示例错误定义。 每个 YAML 文件都创建了自己的命名空间,这有助于以合乎逻辑的方式将错误分开,从而使事情保持整洁。 //sample error file system.yml DEFAULT: //The name of the error id: 100 //The unique id code: 500 //The HTTP status code log: true //Whether or not to log the error message: 'Default system
【文件预览】:
safetynet-master
----package.json(536B)
----logs()
--------error.log(0B)
----LICENSE(1KB)
----.gitignore(86B)
----errors()
--------system.yml(53B)
----lib()
--------error_wrapper.js(2KB)
--------safetynet.js(2KB)
----README.md(3KB)