Socket
Socket
Sign inDemoInstall

loglog-rollbar

Package Overview
Dependencies
4
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    loglog-rollbar

Loglog Rollbar Transport


Version published
Maintainers
1
Install size
133 kB
Created

Readme

Source

Loglog Rollbar

Rollbar logging transport for Loglog

Install

npm install --save loglog-rollbar

Usage

var loglog = require('loglog');

// Log 'error' and 'warn' level entries to Rollbar
var logger = loglog.create( 'App', {
  transports: [
    require('loglog-rollbar')({
      msg: 'Loglog Error'
    , levels: ['error', 'warn']
    , accessToken: 'ACCESS_TOKEN_HERE'
    })
  ]
});

Keywords

FAQs

Last updated on 18 Feb 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc