@copropr/logger-plugin

0.0.5 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @copropr/logger-plugin

Weekly Downloads

0

Version

0.0.5

License

ISC

Unpacked Size

2.52 kB

Total Files

6

Last publish

Collaborators

  • cmseguin