colog-node

1.1.6 • Public • Published

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")

Screenshot

/colog-node/

    Package Sidebar

    Install

    npm i colog-node

    Weekly Downloads

    2

    Version

    1.1.6

    License

    ISC

    Unpacked Size

    5.46 kB

    Total Files

    4

    Last publish

    Collaborators

    • megabit