quiver_log 2.0.1 copy "quiver_log: ^2.0.1" to clipboard
quiver_log: ^2.0.1 copied to clipboard

Platformweb

A logging utility for Dart, part of the Quiver utilities. Provides an easy to use Appender/Formatter model for Dart logging.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quiver_log

With Flutter:

 $ flutter pub add quiver_log

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

dependencies:
  quiver_log: ^2.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:quiver_log/log.dart';
import 'package:quiver_log/web.dart';
5
likes
95
pub points
60%
popularity

Publisher

unverified uploader

A logging utility for Dart, part of the Quiver utilities. Provides an easy to use Appender/Formatter model for Dart logging.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

intl, logging

More

Packages that depend on quiver_log