logme

Minimalistic stream logger

Usage no npm install needed!

<script type="module">
  import logme from 'https://cdn.skypack.dev/logme';
</script>

README

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.

License.

MIT License.