文件名称:logalot:微小的日志实用程序
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-18 12:30:21
JavaScript
洛洛特 微小的日志实用程序 安装 $ npm install --save logalot 用法 var log = require ( 'logalot' ) ; log . info ( 'this is a message' ) ; log . warn ( 'this is a warning' ) ; log . success ( 'this is a success message' ) ; log . error ( new Error ( 'this is a error' ) . stack ) ; /* :information: this is a message :warning: this is a warning :check_mark: this is a success message :multiply: Error: this is an error at ChildProcess.exithandle
【文件预览】:
logalot-master
----.travis.yml(72B)
----index.js(481B)
----test.js(620B)
----package.json(572B)
----LICENSE.md(1KB)
----.gitignore(13B)
----README.md(678B)
----.jshintrc(230B)
----.editorconfig(233B)
----.gitattributes(12B)