项目作者: genediazjr

项目描述 :
Simplest of Loggers
高级语言: JavaScript
项目地址: git://github.com/genediazjr/itlog.git
创建时间: 2015-09-10T14:45:22Z
项目社区:https://github.com/genediazjr/itlog

开源协议:MIT License

下载


itlog

Build Status
Coverage Status
Code Climate
NPM Version
NPM Downloads

Known Vulnerabilities
Dependency Status

Simplest of Loggers

Usage

  1. // Node
  2. const itlog = require('itlog');
  3. itlog('Hello world!');
  1. // Browser
  2. itlog('Hello world!'); // uses itlog namespace

Contributing