brologger-slack
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

brologger-slack

Slack transport for simple logging library

Installation

Npm

npm install brologger-slack

Yarn

yarn add brologger-slack

Support

This library is quite fresh, and maybe has bugs. Write me an email to natashkinsash@gmail.com and I will fix the bug in a few working days.

Quick start

    import Loger from 'brolloger';
    import SlackTransport from 'brologger-slack';

    const transport = new SlackTransport({ webhookUrl: 'url' })
    const logger = new Loger({transports: [transport]});
   

TypesScript

This library have typing in module.

Readme

Keywords

Package Sidebar

Install

npm i brologger-slack

Weekly Downloads

0

Version

0.0.4

License

ISC

Unpacked Size

11.1 kB

Total Files

15

Last publish

Collaborators

  • natashkinsasha