文件名称:its-log:这是日志,日志,总比坏好,好!
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-24 16:06:39
JavaScript
这是日志 这是日志,日志,总比坏好,好! 安装 package.json : "its-log": "git://github.com/asamiller/its-log.git" .env : ITSLOG_API_KEY=foo ITSLOG_COLLECTION=bar 用法 var itsLog = require('its-log'); var log = new itsLog({ file: 'app.js', tags: ['backend'] console: true }); log.info('This is my log message #debug #moretags', {extra: 'data'});
【文件预览】:
its-log-master
----lib()
--------index.js(2KB)
----LICENSE(1KB)
----test()
--------index.js(2KB)
----README.md(458B)
----.gitignore(591B)
----package.json(1KB)