-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Implementing groupings with a name. Somewhat similar to the console.group() . See: https://developer.mozilla.org/en-US/docs/Web/API/Console/group
Something similar could be done with:
// Starting the group.
CastoeConsole.groupStart(label);
// Ending the group.
CastoeConsole.groupEnd(label);These methods can be changed and any additional information could be added. What are some thoughts on this?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request