lorio
v1.0.6
Published
A remote logging library that send your logs to a online platform so you and your team can better debug your app
Downloads
19
Maintainers
Readme
LORIO
Description
Lorio is a remote logging library that sends your logs to a online platform so you and your team can better debug your app and get notifications when serious issues happen.
How to use
1.Install in Node or your project
npm install lorio -save
2. Create your own instance
'''javascript const Lorio = require('lorio') const logger = new Lorio({ "project": "project_id" }) '''
You get project_id from your dashboard. Sign in to https://lorio.org and create a new project. It's FREE for smaller teams and your personal projects.