Core Infrastructure
Logger
Console hijack system with persistent daily log files on disk.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Console hijack system with persistent daily log files on disk.
| Layer | File Pattern | Content |
|---|---|---|
| JS Logger (this module) | commit-js-YYYY-MM-DD.log | Structured logs with caller info and JSON data |
| Native LogcatRecorder | commit-logcat-YYYY-MM-DD.log | Raw Android system logcat (all native and JS) |
Logger.installPolyfill(); // Called once in _layout.tsx before providers mount