felangel / mason

Tools which allow developers to create and consume reusable templates called bricks.

Home Page:https://docs.brickhub.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: `logger.progress` to allow customising suffix

alestiago opened this issue · comments

Description

Currently all logger.progress options will suffix .... This might not always be desired by the user.

See:

_write('$prefix$_message...');

Proposed changes

To add a new member suffixFrames or suffix to ProgressAnimation to customise the suffix.

Additional context

I'm willing to contribute to this change as soon as we agree on a proposed solution.