0.0.5 • Published 7 years ago
@copropr/logger-plugin v0.0.5
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-pluginUsage
// 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*