Skip to content

Support for console.group #184

Open
@loicnestler

Description

@loicnestler

Describe the feature

Whenever I add logging to complex parts of my applications, I tend to find it quite useful to group logs using console.group() and console.groupEnd(). This indents all logs between the .group() and .groupEnd() so that they stand out to "normal" logs.

To match consola's "logging – but elegant" philosophy, I thought of adding an even more visual aid to differentiate groups from each other: for example slightly tint the background of a groups indentation.

Feedback is highly appreciated! ✌🏻

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions