critical_log 0.0.22
critical_log: ^0.0.22 copied to clipboard
A structured logging package for Dart and Flutter with support for critical and batch logging.
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