quick_log 5.4.1 copy "quick_log: ^5.4.1" to clipboard
quick_log: ^5.4.1 copied to clipboard

An easy to use and extendable logging package for Dart. Especially useful for use in libraries, as it allows applications to control logging from the imported libraries.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quick_log

With Flutter:

 $ flutter pub add quick_log

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

dependencies:
  quick_log: ^5.4.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:quick_log/quick_log.dart';
19
likes
140
pub points
85%
popularity

Publisher

verified publishermuha.dev

An easy to use and extendable logging package for Dart. Especially useful for use in libraries, as it allows applications to control logging from the imported libraries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

path, rxdart

More

Packages that depend on quick_log