Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Grouping console loggings #5

Open
DevCassie opened this issue Apr 22, 2021 · 0 comments
Open

[Feature] Grouping console loggings #5

DevCassie opened this issue Apr 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@DevCassie
Copy link
Owner

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?

@DevCassie DevCassie added the enhancement New feature or request label Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant