2.0.0 • Published 6 years ago
@logeagle/adapter-nodejs v2.0.0
Log EAGLE adapter for NodeJS
Adapter to monitor NodeJS web servers.
Usage
Install the adapter with npm i --save @logeagle/adapter-nodejs or yarn add @logeagle/adapter-nodejs.
Configuration
Require the adapter at the top of your server and pass the configuration to the init function.
const logeagle = require("@logeagle/adapter-nodejs");
logeagle.init({ ticket: "2ATNP1AD70" });Documentation
Visit our documentation for more.
2.0.0
6 years ago