UNPKG

colog-node

Version:

## Project Description

35 lines (22 loc) 596 B
# COLOG ## Project Description 高级日志输出工具 - nodejs ## version > v 1.1.2 ## Installation and Usage 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") ``` ## Screenshot ![](https://jifu-pub-images.oss-ap-southeast-2.aliyuncs.com/20220514075400.png)