isdk-logger

0.0.0 • Public • Published

terminal-logger npm

Build Status Code Climate Test Coverage downloads license

Terminal-logger prints the message to the console.

All logs are done against STDERR, letting you stdout for meaningfull value and redirection, should you need to generate output this way.

  • Customize colorful status
  • Single-line update

Usage

logger  = require 'terminal-logger'

Single-line update:

log = require('terminal-logger/lib/single-line')()
dot = '.'
singleLineLog = ->
   dot = dot.replace('.''..')
   log.info("update:"dot)
   setTimeout(singleLineLog500)
singleLineLog()

API

TODO

License

MIT

Package Sidebar

Install

npm i isdk-logger

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • riceball