winston-slack-advanced

1.0.3 • Public • Published

Winston Slack Transport

Winston slack advanced

Slack transporter for winston

Features

  1. Sends messages from your logger to your slack.

Getting started.

Install

npm install --save winston-slack-advanced

Usage

var Winston = require('winston');
var Slack = require('winston-slack-advanced');

Winston.add(Slack, {
    webHookUrl: "https://hooks.slack.com/services/XXXXXX/XXXXXX/XXXXXX",
    channel: "#channelname",
    username: "ErrorBot",
    level: 'info',
    handleExceptions: true
});

How to contribute

Have an idea? Found a bug? See how to contribute.

Have a problem? Come chat with us!

LinkedIn
Twitter
Github
Gmail

Maintained by

Yogesh Yadav

Support my projects

I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like
  • Paytm You can make one-time donations via Paytm (+91-7411000282). I'll probably buy a coffee.
  • UPI You can make one-time donations via UPI (7411000282@paytm).
  • Bitcoin You can send me bitcoins at this address (or scanning the code below): 3BKvX4Rck6B69JZMuPFFCPif4dSctSxJQ5

Thanks!

Where is this library used?

If you are using this library in one of your projects, add it here.

License

MIT © Yogesh Yadav

Readme

Keywords

Package Sidebar

Install

npm i winston-slack-advanced

Weekly Downloads

7

Version

1.0.3

License

MIT

Unpacked Size

143 kB

Total Files

8

Last publish

Collaborators

  • yogeshyadav108098