logging_to_logcat 1.0.1 copy "logging_to_logcat: ^1.0.1" to clipboard
logging_to_logcat: ^1.0.1 copied to clipboard

Adds activateLogcat() method to logging's Logger class which results in everything that's logged to Logger being displayed by Android's logcat.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add logging_to_logcat

With Flutter:

 $ flutter pub add logging_to_logcat

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

dependencies:
  logging_to_logcat: ^1.0.1

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:logging_to_logcat/logging_to_logcat.dart';
12
likes
0
points
6.2k
downloads

Publisher

unverified uploader

Weekly Downloads

Adds activateLogcat() method to logging's Logger class which results in everything that's logged to Logger being displayed by Android's logcat.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, logging

More

Packages that depend on logging_to_logcat