How to Use LogLenx

Everything you need to understand errors, debug issues, and ship fixes faster.

Contents

🚀Getting Started

LogLenx helps you quickly understand any error, log output, or stack trace and get actionable fixes — no setup required. It works with any language, framework, or platform.

  1. Create an account — click "Get Started Free" to register with your email.
  2. Paste your content — paste any error message, log output, stack trace, build failure, or terminal output into the text area.
  3. Click Analyze — LogLenx detects patterns like exceptions, build errors, database issues, network failures, and more.
  4. Review results — see grouped issues, severity levels, and suggested fixes for each problem.

📋Paste & Analyze

The simplest way to use LogLenx. Paste any content — error messages, stack traces, build output, terminal logs, browser console errors, or even config snippets — into the text area and click Analyze.

LogLenx detects 25+ pattern types including:

Exceptions & Stack Traces

Python tracebacks, JavaScript TypeError/ReferenceError, Java NullPointerException, Go panics, and more

Build & Compile Errors

ModuleNotFoundError, npm dependency issues, missing imports, undefined references, compilation failures

Database & Network

SQL errors, connection refused, DNS failures, TLS issues, timeouts, HTTP 5xx errors

Infrastructure & Resources

OOMKilled, CrashLoopBackOff, disk full, rate limits, auth failures, permission denied

Each detected issue gets a severity label (Critical, Error, Warning, Info) and suggested fixes or commands to resolve it.

🤖AI Deep Analysis

After running a standard analysis, click AI Deep Analysis to get a thorough AI-powered breakdown. Works with any content — error messages, logs, build output, or even screenshots.

The AI identifies root causes, assesses severity, and provides:

  1. Root Cause — explains why the issue is happening, not just what the error says.
  2. Severity Assessment — rates the impact with justification.
  3. Immediate Actions — copy-paste ready commands to fix or mitigate right now.
  4. Investigation Steps — deeper debugging steps if the immediate fix doesn't resolve it.
  5. Prevention — recommendations to avoid recurrence.

After the AI analysis, you can use the Follow-up Chat to ask clarifying questions — the AI remembers the full context of your logs and analysis.

Tip: Free plan includes 1 AI analysis per day. Upgrade to Pro for unlimited AI access.

📁File Upload

Instead of pasting, you can upload log files directly. Supported formats include .log, .txt, .json, .csv, .xml, .yaml, and .zip archives.

  1. Click the Upload button or drag and drop files onto the upload area.
  2. The file content is extracted and placed into the log text area.
  3. Click Analyze to process the uploaded logs.
Limits: Pro plan supports up to 100MB. Team plan supports up to 1GB with Azure Blob Storage. Free plan does not include file upload.

💻Codebase-Aware Debugging

Upload your source code alongside error logs so the AI can cross-reference errors with your actual code.

  1. Click Upload Codebase and select a .zip file of your project source.
  2. Paste your error logs into the text area.
  3. Run AI Deep Analysis — the AI will point to specific files where issues originate and provide copy-paste code fixes.

Supports all major languages: Python, JavaScript/TypeScript, Java, Go, Rust, C++, and more. Skips node_modules, .git, and other build artifacts automatically.

Tip: The codebase context persists across AI analysis and follow-up chat, so you can ask questions like "Show me what's on line 42 of Service.java."

🖥️Live Screen Capture

Share your screen to capture logs in real-time — useful for monitoring live systems or terminals you can't easily copy from.

  1. Click Start Screen Capture and select the window or screen to share.
  2. LogLenx captures frames every 2 seconds and runs OCR to extract text.
  3. Extracted text is automatically deduplicated and appended to the log area.
  4. Click Stop Capture when done, then Analyze the captured text.
Note: OCR runs entirely in your browser using Tesseract.js — no screenshots are sent to any server.

📤Exporting Reports

After analysis, export your results in three formats:

Markdown (.md)

Formatted report ideal for pasting into GitHub issues, Slack, Confluence, or any documentation tool.

Plain Text (.txt)

Simple text format that works anywhere — email, ticketing systems, or plain notes.

PDF (.pdf)

Professional report with sections for summary, issues, commands, and AI analysis — ready to share with your team.

Use the keyboard shortcut Ctrl+E to quickly export to Markdown.

📚History & Saved Analyses

LogLenx automatically saves your last 20 analyses in your browser for quick access.

  1. Click Analysis History to open the history panel.
  2. Click any past analysis to restore it — the full results load instantly.
  3. Click the star icon to save an analysis permanently to your account (stored in the cloud).
  4. Saved analyses persist across devices and browser sessions.
Limits: Free plan allows up to 5 saved analyses. Pro and Team plans have unlimited saves.

🔀Comparison Mode

Compare two sets of logs side-by-side to spot differences — useful for comparing "before and after" deployments or different environments.

  1. Run an analysis on your first set of logs.
  2. Enable Comparison Mode from the tools panel.
  3. Paste a second set of logs and analyze again.
  4. LogLenx highlights differences between the two result sets.

🎯Custom Pattern Rules

Define your own detection rules for application-specific log patterns that LogLenx doesn't cover out of the box.

  1. Open Settings and navigate to Custom Patterns.
  2. Add a regex pattern, give it a name, and choose a severity level.
  3. Your custom patterns are applied alongside the built-in detectors during every analysis.
Example: Add a pattern like BILLING_ERROR.*timeout to catch your app's specific billing timeout messages as critical issues.

🔗Sharing Reports

Generate a unique shareable link for any analysis result — perfect for sharing with teammates who don't have LogLenx accounts.

  1. After running an analysis, click the Share button.
  2. A unique link is generated and copied to your clipboard.
  3. Anyone with the link can view the report — no login required.
Note: Shared links expire after 24 hours for security. Sensitive data is redacted before sharing.

⌨️Keyboard Shortcuts

Ctrl + Enter Analyze logs
Ctrl + K Clear all
Ctrl + E Export to Markdown

🔒Privacy & Redaction

LogLenx is designed with privacy as a core principle. Your data is protected at every step.

Automatic Redaction

15+ regex patterns automatically detect and redact sensitive data: JWT tokens, AWS keys, passwords, connection strings, and more.

No Screenshot Storage

Screen capture OCR runs entirely in your browser. No images are ever sent to or stored on any server.

Redacted Exports

All exported reports and shared links contain only redacted text — sensitive values are replaced before leaving your session.

Secure Sessions

HttpOnly cookies, CSRF protection, rate limiting, and security headers protect your account at all times.

💎Plans & Limits

Feature Free Pro ($14/mo) Team ($49/mo)
Pattern Detection
Command Suggestions
AI Deep Analysis 1/day Unlimited Unlimited
File Upload Up to 100MB Up to 1GB
Codebase Upload
Saved Analyses 5 max Unlimited Unlimited
API / Webhooks
Screen Capture

View full plan details and upgrade at Pricing. Manage your subscription from Billing.

Still have questions?

Open LogLenx