Flutter extension for Logger
Logger package is here.
The project is a fork for old and not maintained package logger_flutter.
It got minor rework for better usability and is dart-only now.
Please, consult with main package documentation for further info.
Features
- Provides logger console for the application with basic logs sorting and stuff.
- No dependencies beside Logger and available on all platforms (if needed you can implement open-on-shake yourself).
Getting started
- Install parent
loggerpackage and this package. - Connect
ConsoleLogOutputto your logger's output (you can useMultiOutput). - Run
LogConsole.open(context)to open your console.
Additional information
Please, feel free to open issues and contribute.