colog-node
Version:
## Project Description
35 lines (22 loc) • 596 B
Markdown
高级日志输出工具 - nodejs
> v 1.1.2
To install a SDK, simply add the high-level package, for example:
```bash
npm install colog-node
yarn add colog-node
```
Setup and usage of these SDKs always follows the same principle.
```javascript
var colog = require("colog-node")
colog.verbose("test")
colog.debug("test debug")
colog.info("info here")
colog.warning("something..")
colog.error("something error")
```
