itlog
v0.2.0
Published
Simplest of Loggers.
Downloads
10
Readme
itlog
Simplest of Loggers
Usage
// Node
const itlog = require('itlog');
itlog('Hello world!');
// Browser
itlog('Hello world!'); // uses itlog namespace
Contributing
- Include 100% test coverage.
- Follow the Hapi coding conventions
- Submit an issue first for significant changes.