0.0.6 • Published 5 years ago

nmmes-tracer v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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.

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago