npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

logme

0.4.0

@vesln

npmHomeRepoSnykSocket
Downloads:1967
$ npm install logme
DailyWeeklyMonthlyYearly

Build Status

Logme

Minimalistic logger for Node.js.

screenshot

Features.

  • Error levels
  • Tokens
  • Custom templates
  • Custom everything

How to install it?

$ npm install logme

Neat. Now what?

var logme = require('logme');
logme.critical('The base is under attack');

Whaaaat?

For more complete examples see "examples/".

Tests.

Sure.

$ npm install
$ make test

Contributing to this library.

Anytime.

Theme master?

Send me a pull request with your theme and I will include it.

Inspiration.

  • log.js
  • express
  • mongoose

License.

MIT License.