Log Tracker

NEW

Real-time log tracking - send messages from any app and see them appear instantly

Quick Start
Create a new logging session and start sending messages instantly

A unique tracking URL will be generated for you

How It Works

1. Create Session

Get a unique URL with a session ID for tracking

2. Send Logs

Use GET or POST requests from your app to send messages

3. View Real-Time

Watch logs appear instantly in your browser

Example Usage
Send logs using your preferred method
curl -X POST https://your-domain.com/api/log-tracker/SESSION_ID/log \
  -H "Content-Type: application/json" \
  -d '{"message": "User logged in", "level": "info", "data": {"userId": 123}}'
Features

Real-time Updates

Messages appear instantly using Server-Sent Events

Multiple Methods

Support for both GET and POST requests

JSON Data Support

Attach structured data to any log message

Log Levels

Info, Warning, Error, and Debug levels

Export Logs

Download all logs as JSON for further analysis

Auto-Expiry

Sessions expire after 1 hour of inactivity