cabralog - Logs as always they should have been

Welcome to the past, present and future of information logging! Tired of logging in ugly .txt files? Do you want to access to your logs at any time, any place? Sure you do. And here is the goat that will save your day. Welcome to cabralog!

What is cabralog

Simple

It's ridiculously simple to integrate within your existing software.

Powerful

Unlimited projects and three kinds of logs, some of them with charts.

Free

Cabralog is free up to 100 requests per hour. Contact us if you need more.

Easy to start!

Whether making simple http requests or using one of our official packages, you'll be logging stuff in just a few minutes.

Download our App, create an account and use your user and project tokens to start, that's it.

curl https://cabralog.azurewebsites.net/api/PublicRequest/SetLog/
-d '{TokenUser: "tokenUser", TokenProject: "tokenProject", LogContent: "logContent", Name: "name", Kind: "kind"}'
Install the nuget package
https://www.nuget.org/packages/Xoborg.Cabralog/

using Cabralog;

...

CabralogManager.Setup("YourUserKey", "YourProjectKey");
await CabralogManager.SetText("Text test", "This is a test")
Install the package via composer and read the documentation on GitHub
https://github.com/Xoborg/cabralog-php-package

use Xoborg\Cabralog\Cabralog;

...

Cabralog::setTokenUser('{TokenUser}');
Cabralog::setTokenProject('{TokenProject}');
$response = Cabralog::setLog('{Name}', '{LogContent}');

Right now we only accept the next kinds of logs:

- "log": this is the traditional one, you can log a bunch of info and watch it in a time ordered list.

- "text": this kind of log allows you to store simple data from which you only need the newest value, for example your room current temperature.

- "timeStats": with a "TimeStats" log, you can store double values and watch a chart with the evolution of your data through time.

Try cabralog for free

Try it free

You have never logged this easy on the cloud? Do you?
Remember it's free. 100 requests per hour, for your incredible application.

If you need more than that, we are here to help, contact us at help@cabralog.es or Twitter and we'll see what we can do.

Download cabralog iOS Download cabralog Android