deep-fish-pixel / console-log-node

console log nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console-log-node

console log nodejs

Install

Install with npm:

$ npm install --save console-log-cmd

Examples

const { info, success, warn, error} = require('./log');
info('info!');
success('success!');
warn('[module]', 'warn!');
error('[module]', 'error!');

About

console log nodejs


Languages

Language:JavaScript 100.0%