Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
Alex Dadukin edited this page Apr 7, 2016 · 8 revisions

This utility allows you to keep track of your executable code. It is designed to improve errors search-handling process.

Here are just some of the advantages:

  • Several logging levels that meet all your needs
  • Several kinds of loggers, created for your convenience
  • Dynamic creation of directories
  • Easy to use

To start

'use strict';

const LoggerFactory = require('logger-utils');
const logger = LoggerFactory.createDefault('test');

logger.info('Hello World!');

Bring it, log beautiful.

Clone this wiki locally