masskoder / logowl-adapter-nodejs

Adapter to monitor NodeJS web servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log Owl adapter for NodeJS

Adapter to monitor NodeJS web servers.

Usage

Install the adapter with npm i --save @logowl/adapter-nodejs or yarn add @logowl/adapter-nodejs.

Configuration

Require the adapter at the top of your server and pass the configuration to the init function.

const logowl = require('@logowl/adapter-nodejs');

logowl.init({ ticket: '2ATNP1AD70' });

Documentation

Visit our documentation for more.

About

Adapter to monitor NodeJS web servers.


Languages

Language:JavaScript 100.0%