Using ErrLog.IO with NodeJS

 

One of users and fellow developer, Aaron Chilcott, has built a NodeJS wrapper for ErrLog, and recently published it to NPM.

Whilst still in beta, it's a great way to start logging errors and exceptions from within your NodeJS apps, works very well!

NPM Package: https://www.npmjs.com/package/errlog.io-webhook

An extract from Aaron's instructions:

Installation

npm install errlog.io-webhook

Import

import {ErrLogIo} from 'errlog.io-webhook';
const errLogIo = ErrLogIo('my-errlog.io-API-key');

Usage

errLogIo.send({message: 'The penguins are escaping!', applicationname: 'my-shiny-new-app'});

Learn more about the project over on NPM and his Github repo.

 

Links



Recent Posts

Jan, 2022
Dec, 2021
Nov, 2021
Oct, 2021
Sep, 2021
Aug, 2021
Jun, 2021
Jan, 2021
Mar, 2020
Feb, 2020
Jun, 2018
May, 2018
Feb, 2018
Jan, 2018
Dec, 2017
Nov, 2017
Oct, 2017
Sep, 2017

 

Discuss this article