> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getlimelight.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Console logs

### Smart Log Capture

See every console log from your app:

* **All console methods** (log, warn, error, info, debug, trace)
* **Timestamps** for every log
* **Stack traces** when available
* **Source detection** (app code vs library vs React Native)

### Advanced Filtering

Find what you need quickly:

* Filter by **log level** (error, warn, info, etc.)
* Filter by **source** (your app, libraries, React Native core)
* **Search** through log messages
* **Time-based filtering** to focus on specific moments

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/limelight/zo12IJdbCI5UlqWl/images/ll-console-page-light.png?fit=max&auto=format&n=zo12IJdbCI5UlqWl&q=85&s=e2922808bae91eec5ac881a6f0917763" alt="Console log interface" width="2560" height="1409" data-path="images/ll-console-page-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/limelight/zo12IJdbCI5UlqWl/images/ll-console-page.png?fit=max&auto=format&n=zo12IJdbCI5UlqWl&q=85&s=f33a32d383df5ea7d941e8dca34753f0" alt="Console log interface" width="2560" height="1409" data-path="images/ll-console-page.png" />
</Frame>
