Skip to content

ketus/Tupelo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published