0.0.9 • Published 5 years ago

feller-buncher v0.0.9

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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...

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago