menna

Wrapper for Winston and Papertrail logging

  • menna

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
menna
1.0.95 years ago7 years agoMinified + gzip package size for menna in KB

Readme

menna
CircleCI
This library uses winston as logger, and streams to Papertail via winston-papertrail package.

Installation & testing

npm install
npm test

Usage

The logger functions are the same as Winston's. The settings can be configured with environment variables, see lib/menna.js for details.
import log from 'menna';

log.info('ʘ‿ʘ');