Node.js package
Use our Node.js package to interact with the LogBucket platform
Introduction
Installation
npm install @logbucket/logbucketUsage
Post log entry
const logbucket = require('@logbucket/logbucket');
logbucket.init({key});
logbucket.log({level},{message},{data},{timestamp});Post log entry, handle results
Last updated