UNPKG

zordon

Version:

straightforward distributed logging tool

10 lines (5 loc) 121 B
var debug = require('debug')('example') debug('startup') setInterval(function() { debug('workin, workin') }, 3100)