0.2.0 • Published 8 years ago
itlog v0.2.0
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.