Skip to content

NMMES/nmmes-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 formatting using luxon

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.

About

Logging utility for the nmmes family

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published