Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 891 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 891 Bytes

the_logger_viewer

TheLogger viewer is a simple flutter app that allows you to view logs from the_logger package.

Features

Colorful logging

  • 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

Getting Started as user

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.

Getting Started as developer

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.