-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi, thank you so much for the awesome crate.
I am trying to integrate it into a slightly complicated application that sometimes decides to use a prodash to show a couple of progress trees in complicated long operations and sometimes not.
In addition to that, all of the app mostly use tracing because it integrates well with other logging backends that reports logs and progress events in different formats than TUI rendering (think: remote progress rendering across WebSocket).
I'd like to add a conditional layer for messages to be redirected to a "system log" panel or something, I think I can do it by myself pretty OK but I was wondering if you would consider a more built-in integration with the tracing ecosystem, making it easier to handle that.
Thanks!