1.0.0 • Published 4 years ago

console-log-plug v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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