1.1.6 • Published 8 months ago

colog-node v1.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

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

npm.io

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

12 months ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago