0.1.34 • Published 10 years ago

tupelo v0.1.34

Weekly downloads
10
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.33

10 years ago

0.1.32

10 years ago

0.1.31

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago