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`**

13 lines (10 loc) 232 B
/** * Created by dman on 05/10/2017. */ 'use strict' const events = { LOGGER_INITIALISED: 'LOGGER_INITIALISED', RESPONSE_SENT: 'RESPONSE_SENT', REQUEST_RECEIVED: 'REQUEST_RECEIVED' } module.exports = Object.freeze(events)