Rework logging system: add multiple frontends #10
Closed
opened 4 years ago by ThePerkinrex
·
2 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Multiple logging frontends means:
This could be implemented through a LoggingFrontend trait and/or struct, which can be swapped out depending on features selected / properties.json
Then when prebuilding binaries, multiple versions for each platform could be offered, with different frontends
The basic framework is finished, just the GUI frontend to go
No GUI