Skip to content

[Feature] Grouping console loggings  #5

@DevCassie

Description

@DevCassie

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions