Socket
Socket
Sign inDemoInstall

feller-buncher

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feller-buncher

A light, middleware enabled, logger for Node.


Version published
Weekly downloads
1
decreased by-90%
Maintainers
1
Weekly downloads
 
Created
Source

Feller Buncher

A light, middleware enabled, logger for Node.

A feller buncher is a type of harvester used in logging. It is a motorized vehicle with an attachment that can rapidly gather and cut a tree before felling it. Feller is a traditional name for someone who cuts down trees, and bunching is the skidding and assembly of two or more trees.

-- Wikipedia

> npm install --save feller-buncher

Example

const { createLogger } = require('feller-buncher');

const log = createLogger({ name: 'my-app' });

log.info('Hello World!')

Features

The core API and output format of this library mirror those of bunyan, but it is a slimmed down offering.

  • streams
  • serializers
  • sub-component loggers (log.child)
  • levels

To that it adds:

  • middleware. Functions to transform or amend log messages before output. These are distinguishable from serializers in that their effect is not isolated to a single top-level key.

Log on...

Keywords

FAQs

Package last updated on 07 Feb 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc