chromephp
chromephp copied to clipboard
Group collapsing by default?
I think we need it for usability. If we define some depth-level for group collapsing and then we collapse all group to that level for example. Can you add some group-collapsing-by-default mechanics? Some new setting key for example? Hm. But you must add new method groupExpanded then. Or rewrite group/groupCollapsed methods - use some param for collapse/expand group.
Thank you for making a feature request. It's not clear to me who you mean when you say "we". Can you please elaborate a bit?
And what do you mean by "group-collapsing-by-default mechanics"? Can you describe it a little, draw a sketch or something? Even better can you provide a pull request that shows exactly how that is done?
This request is ancient, but it appears @zxqfox didn't realize group & groupCollapse simply "mirror" javascript's console.group() and console.groupCollapse()... that chromelogger simply passes everything over to the console api