文件名称:floorine:Node.js 日志记录
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-13 22:57:37
JavaScript
地胶 Node.js/io.js 日志记录。 用法 所有日志语句都记录到标准输出。 示例输出遵循每个日志命令。 var log = require("floorine"); log.set_log_level("debug"); log.debug("debugging stuff: %s", os.platform()); :white_small_square: DEBUG 2015-02-18 15:12:48 UTC debugging stuff: linux log.log("normal logging stuff"); :black_small_square: LOG 2015-02-18 15:13:34 UTC normal logging stuff log.warn("uh oh"); :warning: WARN 2015-02-18 15:13:44 UTC uh oh log.error("OH NO!"); :fire: ERROR
【文件预览】:
floorine-master
----.travis.yml(119B)
----.flooignore(30B)
----NOTICE(69B)
----.floo(56B)
----package.json(855B)
----test()
--------test.js(597B)
--------run_tests(33B)
----LICENSE(10KB)
----jslint.sh(113B)
----.gitignore(57B)
----lib()
--------log.js(2KB)
----README.md(2KB)