0.1.34 • Published 8 years ago

tupelo v0.1.34

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

8 years ago

0.1.33

8 years ago

0.1.32

8 years ago

0.1.31

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago