TheLogger viewer is a simple flutter app that allows you to view logs from the_logger package.
- Colorful presentation
- Advanced filtering
- Auto-detected and formatting JSONs in logs
- Jump between sessions
- Can be used as a standalone app or as web app
Just open the web app and drag and drop your log file. Also you can open the log file by clicking on the "Open log file" button.
To generate source code you need to run the following command:
dart run build_runner build
Then you can run the app as Windows, MacOS, Linux, or Web app.