any_logger_mysql 1.1.0
any_logger_mysql: ^1.1.0 copied to clipboard
Store logs in MySQL with automatic table management, batching, rotation, and query API. Perfect for audit trails and log analysis.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add any_logger_mysql
With Flutter:
$ flutter pub add any_logger_mysql
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
any_logger_mysql: ^1.1.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:any_logger_mysql/any_logger_mysql.dart';