my_log 2.0.0 copy "my_log: ^2.0.0" to clipboard
my_log: ^2.0.0 copied to clipboard

Structured Flutter logging with redaction, rotating files, diagnostics, custom sinks, an in-app viewer, and a DevTools extension.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_log

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  my_log: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:my_log/my_log.dart';
4
likes
150
points
85
downloads
screenshot

Documentation

API reference

Publisher

verified publisherwongcoupon.com

Weekly Downloads

Structured Flutter logging with redaction, rotating files, diagnostics, custom sinks, an in-app viewer, and a DevTools extension.

Repository (GitHub)
View/report issues

Topics

#logging #color #save-file #popup-realtime-log #structured-logging

Funding

Consider supporting this project:

buymeacoffee.com
ko-fi.com

License

MIT (license)

Dependencies

archive, flutter, flutter_staggered_animations, gap, logger

More

Packages that depend on my_log