View on GitHub

le_typescript

LE TypeScript

LogEntries (Rapid7 InsightOps) SDK in TypeScript

Build Status License Dependency Status

Usage

const Logger = require('le').Logger;

const logger = new Logger('YOUR_TOKEN');

(async function () {
  await logger.error('boom');
  await logger.warning('boom');
  await logger.info('boom');
  await logger.log('boom');
})();

Check out documentation page.

Documentation

https://afshinm.github.io/le_typescript/docs/

TODO

License

MIT