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: Mirror logger output to a file

erickzanardo opened this issue · comments

commented

Description

Add a feature to mason logger where developers would be able to pass a File or a path when creating a logger. The logger would also write everything that it receives to such file.

Additionally, the writing of this file could be async and non awaited, in order to not affect the app.

Requirements

  • Add a way to configure a mason to mirror the output to a file