any_logger_mysql 1.1.0 copy "any_logger_mysql: ^1.1.0" to clipboard
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';
0
likes
160
points
714
downloads

Publisher

verified publisherraoulsson.com

Weekly Downloads

Store logs in MySQL with automatic table management, batching, rotation, and query API. Perfect for audit trails and log analysis.

Repository (GitHub)

Topics

#logging #mysql #database #audit #analytics

Documentation

API reference

Funding

Consider supporting this project:

github.com
www.buymeacoffee.com

License

MIT (license)

Dependencies

any_logger, mysql1

More

Packages that depend on any_logger_mysql