高级日志输出工具 - nodejs
> v 1.1.2
To install a SDK, simply add the high-level package, for example:
npm install colog-node
yarn add colog-node
Setup and usage of these SDKs always follows the same principle.
var colog = require("colog-node")
colog.verbose("test")
colog.debug("test debug")
colog.info("info here")
colog.warning("something..")
colog.error("something error")