Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 10, 2022 05:35 pm GMT

I built a real-time logging platform

Today, I launched logmyapp. While we dont have a formal website our app is live at app.logmyapp.io and the npm package for it is here https://www.npmjs.com/package/logmyapp.

What does logmyapp do?
Its actually quite simple. We log your logs. Have a .catch? use our package to effectively log your errors from production. Want to know when data is succeeding? Use our package to log it. Think of logmyapp like a way to see what your users are doing or errors they are seeing in production.

How do I use it?
You can view the package details here https://www.npmjs.com/package/logmyapp

Or start by simply heading to app.logmyapp.io -> create a project -> head over to https://www.npmjs.com/package/logmyapp -> download the package (npm i logmyapp) include it in your components and start using it! After that you will see logs in real-time by heading to app.logmyapp.io -> find your project and click view real-time logging.

Have a question?
Email us or comment below [email protected]


Original Link: https://dev.to/seedacquire/i-built-a-real-time-logging-platform-jjn

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To