Waryway / gkui

Graphical Kafka User Interface
MIT License
1 stars 1 forks source link

Move logging to a channel approach #17

Closed KyleWiering closed 11 months ago

KyleWiering commented 11 months ago

Instead of logging everythign directly to std.out, send logs to a channel based handler. This will allow for asynchronous logging to occur while the UI is running - or for it to be ignored if needed.