@logowl/adapter-nodejs

Adapter to monitor NodeJS web servers.

Usage no npm install needed!

<script type="module">
  import logowlAdapterNodejs from 'https://cdn.skypack.dev/@logowl/adapter-nodejs';
</script>

README

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.