nmmes-tracer

0.0.6 • Public • Published

NMMES-tracer


Inspired by tracer but with the following in mind.

  • ES6 syntax
  • Simplified infrastructure
  • Async transports so applications are never blocked

NMMES-tracer does a few things better than tracer in my opinion, these include

  • Highly reactive to changed settings (change anything on the fly)
  • More powerful templating language using dot
  • More powerful datetime formating using moment

NMMES-tracer also keeps the things tracer did so well

  • Stacktrace debug information

Usage

const Tracer = require('nmmes-tracer');

const logger = new Tracer.Logger({
    transports: [
        new Tracer.transports.Console()
    ]
});

logger.log('hello world!');

See examples directory for examples.

Readme

Keywords

none

Package Sidebar

Install

npm i nmmes-tracer

Weekly Downloads

2

Version

0.0.6

License

MIT

Unpacked Size

18.5 kB

Total Files

15

Last publish

Collaborators

  • fallingsnow