Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

logtown-bunyan

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logtown-bunyan

Logtown wrapper for bunyan logger

latest
Source
npmnpm
Version
2.4.5
Version published
Maintainers
1
Created
Source

logtown-bunyan

Logtown wrapper for bunyan logger

Installation

yarn add logtown-bunyan bunyan

or

npm install logtown-bunyan bunyan

Usage

const logtown = require('logtown');
const BunyanWrapper  = require('logtown-bunyan');

logtown.addWrapper(new BunyanWrapper());

For reference of bunyan options see bunyan docs

ES5 usage

var BunyanWrapper = require('logtown-bunyan/es5');

License

logtown-bunyan is released under the MIT license.

Donate

Keywords

logtown

FAQs

Package last updated on 23 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts