Loggie.io was designed to log errors/messages remotely and easily. It contained all the minimal features which makes it cheaper than other logging platforms and good enough to do the job.
It consisted of 5 severiety levels:
- Info (Low)
- Debug
- Warning
- Error
- Fatal (High)
You can send logs to the loggie server by using a library written for your choice langugae. For instance, if you are using javascript in your project, you can use javascript library to send the logs:
loggie.info({
message: "this is a log"
})
it is that simple 😁. Now all the logs sent to loggie server will be shown in the minimal dashboard just like shown below
You can search the logs by their severity level, text, and channels
Acquisition
After launching it on Producthunt, loggie got a good traction and various acquisiton offers. I decided to move onto another project and sold loggie.
After acquisition, loggie has been renamed to Crashdeck.io