UNPKG

quant-beat

Version:

**`Quant Beat`** is a simple logger that wraps around [lugg](https://github.com/aexmachina/lugg "lugg") which is in itself, a simple wrapper around [bunyan](https://github.com/trentm/node-bunyan "bunyan") (a powerful logging framework). **`Quant Beat`**

9 lines (7 loc) 148 B
/** * Created by dman on 16/06/2017. */ module.exports = { logger: require('./lib/logger'), loggerExpress: require('./lib/logger-express') }