v2.0.0
Simplifies using the module. Previously to get a unique instance it was necessary to:
const instance = Object.assign(require('abstract-logging'))With this release, each require of the module will return a unique instance of the logger.
Simplifies using the module. Previously to get a unique instance it was necessary to:
const instance = Object.assign(require('abstract-logging'))With this release, each require of the module will return a unique instance of the logger.