@copropr/logger-plugin
v0.0.5
Published
A logger plugin that exposes a bunyan instance
Downloads
3
Maintainers
Readme
Logger Plugin
Just a simple plugin to wrap & predefine the configuration of bunyan
Installation
# NPM
$ npm i -S @copropr/logger-plugin
# Yarn
$ yarn add @copropr/logger-plugin
Usage
// Commonjs
const LoggerPlugin = require('@copropr/logger-plugin').default
// ES6 module way
import LoggerPlugin from '@copropr/logger-plugin'
const logger = new LoggerPlugin(optionToPassToBunyan).instance
Note: Be sure to include the .instace
since this plugin will not wrap
bunyan instance of the logger