Skip to content

Create colored output functionality #3

@ojasmaheshwari

Description

@ojasmaheshwari

We need to associate colors with information, warning and error logs. To do this, make an AsciiColor class in the project which is responsible for outputting text with a specified color into the terminal. It can be used similar to the following examples:-

std::string yellowText = AsciiColor::colorized("This text will be visible in yellow\n", Color::Yellow);

Use ANSI Escape codes for colors for now

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions