0.0.1 • Published 7 years ago

betterconsolelog v0.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

betterconsolelog

A NPM module which makes console logging a bit nicer. This is a private package and I am a beginner in programming so do not judge me :)

Install with

npm install --save betterconsolelog

example.js

const logger = require('betterconsolelog');

logger.error('Example Error');
logger.info('Example Info');
logger.debug('Example debug');
logger.warn('Example warn');
0.0.1

7 years ago