legowerewolf
Making moves
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
โ04-10-2024
07:24 AM
Status:
New idea
There's no way to export messages from the console log in a way that preserves formatting and other metadata. In FF, all you can do is select all, copy, and paste into another file. Chrome lets you skip the copy/paste and can save to a new file directly, but it's still just plain text.
There should be some way to export console logs in a machine-readable way that preserves:
- Log level (debug/info/warn/error)
- Callsite (the link to where the message was logged from)
- Nesting/grouping (console.group() and related)
- Logged arrays and objects
- Other metadata?
See more ideas labeled with:
2 Comments