sp-winston-express

0.1.2 • Public • Published

sp-winston-express

Deprecated

Usage

var log = require('sp-winston-express');
// To use with morgan as log stream:
app.use(morgan('combined', {stream: log.stream}));

// At end of chain to do exception handling add
app.use(log.errorLogger);

// Otherwise use like winston with things like:
log.info('Hi');
log.error('Bad things!');

Changes

0.1.2

  • Corrected formatter raising an exception

0.1.1

  • Added missing dependencies

/sp-winston-express/

    Package Sidebar

    Install

    npm i sp-winston-express

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • sp-devops