egui_logger
This library implements a UI for displaying log messages in egui applications.
There are also various ways to filter the logging output within the UI, such as a regex search through the messages.
Demo

Features
puffincompatibility with the puffin crate.
Example
Initializing:
Inside your UI logic:
Alternatives
- egui_tracing primarily for the tracing crate, but also supports log.
Contribution
Feel free to open issues and pull requests.