live-log

0.1.8 • Public • Published

A simple logging library.

Install

npm i -S live-log

Usage

Singleton

import {log} from 'live-log'
 
log('foo')

Module namespaced

// modules/foo/index.js
 
const logger = require('live-log')('foo')
 
logger.log('foo')

Readme

Keywords

none

Package Sidebar

Install

npm i live-log

Weekly Downloads

13

Version

0.1.8

License

MIT

Last publish

Collaborators

  • vjpr