Skip to content

Line formatter #42

@WillDaSilva

Description

@WillDaSilva

Currently we can use formatPart to apply formatting to the "parts" of each line, which seems to be split on whitespace. This seems less useful than providing a formatLine option, since if you are in a line format function, you can always split on whitespace and format each of those segments on their own.

In my case each line of my logs is a JSON object, and I'd like to be able to have a formatLine function that parses each of the JSON objects (along with a checkbox to toggle whether this formatting should be done, but that's beyond the scope of this issue).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions