console-log-plug
v1.0.0
Published
Tuning how the Console Log is used
Downloads
1
Readme
JavaScript Console.log
A simple, Tuning how the Console Log is used
Installation
NPM
$ npm install console-log-plug --save
Module Loaders
JavaScript console-log-plug can also be loaded as an AMD or CommonJS module.
Basic Usage
Create a log, valid across the entire site:
log.log('name', 'red');
log.warn('name')
Authors
the-mavericks-running