-
-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
Firstly, Thank you for producing this crate. I have thus far found it excellent.
What I'd like to do is have 2 separate log widgets, both displaying different log data dependent on the log target. I'm pretty sure I know the answer is that it's just not possible, but I was wondering if you could shed some insight as to what I might need to do to achieve that goal.
I basically want log::info!(target: "x", "This is log X"); and log::info!(target: "y", "This is log Y"); to show up in different log panes (widgets).
---Logs 1-----------------------Logs 2-----------------------
| This is log X | This is log Y |
| | |
-------------------------------------------------------------
☝️ A bit like that; stylistic hell I know 😃
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels