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.
- 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).
- Install parent
logger
package and this package. - Connect
ConsoleLogOutput
to your logger's output (you can useMultiOutput
). - Run
LogConsole.open(context)
to open your console.
Please, feel free to open issues and contribute.