fullstack-build / tslog

📝 tslog - Universal Logger for TypeScript and JavaScript
https://tslog.js.org
MIT License
1.35k stars 63 forks source link

Feature Request: Make Objects expandable #295

Open JanLewDev opened 3 months ago

JanLewDev commented 3 months ago

Description / Use Case for a Feature

When an object is logged, by default it is fully expanded and printed, which is really frustrating when it has many layers and lots of data (image below).

If not by default, there should be a setting so that the object is not shown all at once but is expandable, just like when using console.log().

image