colog-node
v1.1.6
Published
## Project Description
Downloads
14
Readme
COLOG
Project Description
高级日志输出工具 - nodejs
version
> v 1.1.2
Installation and Usage
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")