0.1.34 • Published 9 years ago

tupelo v0.1.34

Weekly downloads
10
License
MIT
Repository
github
Last release
9 years ago

Installation

npm install tupelo

var log = require('tupelo');

Set log level or disable logging at all

log.setLogLevel('INFO');
//VERBOSE DEBUG INFO WARN ERROR DISABLED

'WARN' is the default.

Log it

log.verbose('verbose logging');
log.debug('debug info');
log.info('regular info');
log.warn('warnings');
log.error('errors');

Read it

alt text

0.1.34

9 years ago

0.1.33

9 years ago

0.1.32

9 years ago

0.1.31

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago