@logui/nodejs
v1.0.3
Published
Universal logging solution for React and Node.js applications.
Downloads
7
Readme
Logui Node.js SDK
Universal logging solution for React and Node.js applications.
Installation
npm install @logui/nodejsUsage
Node.js
const { Logui } = require("@logui/nodejs");
Logui.init({ apiKey: "your-api-key", apiUrl: "http://localhost:3000" });Features
- Console and error interception
- Buffering and batch sending
- Works in browser and Node.js
- React ErrorBoundary support
