franston
v0.2.0
Published
A customized verison of Winston.
Downloads
5
Maintainers
Readme
franston
A customized version of Winston
Install
npm i franston
Usage
const Logger = require('franston')('index')
Logger.info('testing...')
Output
> 2016-05-13T13:53:48.794Z INFO <index> testing...
> 2016-05-13T13:53:48.797Z INFO <index> testing...