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

outdated

A logging utility for Dart, part of the quiver utilities

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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: ^1.0.6

Alternatively, your editor might support dart 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
10
pub points
61%
popularity

Publisher

unverified uploader

A logging utility for Dart, part of the quiver utilities

Repository (GitHub)
View/report issues

Documentation

Documentation

License

Apache-2.0 (LICENSE)

Dependencies

intl, logging

More

Packages that depend on quiver_log