Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 940 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 940 Bytes

adm-logger NPM version Build Status Dependency Status Coverage percentage

The logger used in the various architecture components of adm

Installation

$ npm install --save adm-logger

Usage

var admLogger = require('adm-logger');

admLogger('Rainbow');

License

MIT © taoyuan