hof-logger
Common logger pattern
Installation
$ npm install hof-logger --save
Usage
hof-logger exports a function which you can call to access a winston logger instance.
var logger = ; logger;
Options
Options can be passed and take the form of the following example
var createLogger = ;var logger = ;