Log Dumper
A type-safe logging library for React. Captures user actions and errors, streams them to a live DevTools panel, and exports logs for debugging.
TypeScriptError BoundariesReal-time DevToolsType-safe Context
Interactive Counter Demo
Demonstrates default logger with multiple log levels (debug, info, action, warn, error) and typed context
0
Auth Section (Named Logger)
Scoped logging with a named logger per module. The logs also appear in the browser console.
Error Boundary Integration
Catches and logs React errors and renders a fallback UI. Trigger a crash to see it work.
💡 Open the DevTools panel (bottom-right) to filter, search, and export logs in real time.Press⌘/Ctrl + Shift + Dto toggle the panel.