0.2.0 • Published 9 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 namespaceContributing
- Include 100% test coverage.
- Follow the Hapi coding conventions
- Submit an issue first for significant changes.