raportti
v0.0.7
Published
Capture logs from your application.
Downloads
2
Readme
Raportti
Capture logs from your application.
What is is
Raportti is a small library to capture logs from your front-end
How to install
npm install raportti
Usage
import Raportti from 'raportti';
Raportti('api.myapplication.com/logs', {
error: true, // Get errors
warn: true, // Get warnings
info: true, // Get simple logs
});
Reasons
- Because sometimes logging/monitoring software are expensive or simply hard to use
Version
0.0.6