2.0.1 • Published 9 years ago
tlogger v2.0.1
Simple logger for nodejs
Installation
npm install --save tloggerUsage example
const log = require('tlogger')('SomeNamespace')
log('some action')output in console
2017-05-01 20:11:11 SomeNamespace some action