Skip to content

rhynl/yaol

Repository files navigation

yaol

Yet another output log

build status

Installation

This module is installed via npm:

$ npm install yaol

Example Usage

const yaol = require('yaol');
const logger = new yaol('yaol says');
logger.info('information');
logger.warn('warning');
logger.err('Error');

Options

const Obj = { 'name': 'foo', type: 'baz' };
logger.info(obj, {json: true});

More options commig soon.

License

2017 MIT

About

Yet another Output logger

Resources

License

Stars

Watchers

Forks

Packages

No packages published