You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
Add a feature to mason logger where developers would be able to pass a
File
or apath
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
The text was updated successfully, but these errors were encountered: