pico-engine
pico-engine copied to clipboard
Allow developer to select which Logging filters are desired
Issue #536 did the desired filtering out of visual clutter.
This issue is about having a widget in the Logging tab where the developer could select desired filtering. Such as
- no filtering -- everything shows
- filter out UI queries (as is done in the code after #536)
- show all queries only
- show all events only
- show only queries matching a RID prefix or pattern
- show only events with a particular EID
and perhaps others. Note that the last two listed here would require a text field as well as a selection dropdown.