winston-mattermost

0.0.1 • Public • Published

winston-mattermost

![NPM version][npm-image] ![NPM downloads][npm-downloads] ![MIT License][license-image]

A mattermost transport for winston.

Index

Install

npm install -S winston winston-mattermost

Usage

var winston = require('winston');
var mattermost = require('winston-mattermost').Mattermost;
 
var options = {
  "webhook_url": "webhook url from Mattermost",
  "channel": "channel",
  "level": "level to log"
}
 
winston.add(mattermost, options)

Credits

License

MIT

Package Sidebar

Install

npm i winston-mattermost

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • seigneur