Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

wog

Phara0h6.7kMIT4.2.0

Just a wittle wogger with no dependencies

logger, tiny, micro, wittle, little

readme

wog

Just a wittle wogger with no dependencies

Install

npm install wog --save

Init

//these are the default values 
const wog = require('wog')({ 
    enable: true, 
    colors: true, 
    level: 'meme',
    logger: console,
    jsonoutput: false
});

Usage

//these are the default values 
  wog.info('Its ight');
  wog.warn('Oh noes its a warnning!');
  wog.error('Yikes!');
  wog.fatal('f');
  wog.debug('Why?');
  wog.trace('there you are', {meme:'city'});
  wog.wtf('i give up');
  wog.meme('I summon thee');