Log
A lightweight and structured logging library for Flutter applications, supporting critical and non-critical log management with batch processing.
Features
- Supports log levels:
trace,debug,info,warning,error,fatal,panic. - Manages critical and non-critical logs separately.
- Supports batch logging with periodic uploads.
- Easy integration using
Dio.
Getting Started
Installation
Add critical_log to your pubspec.yaml:
dependencies:
critical_log: ^1.0.0