lumberjack 1.0.0-rc.1 copy "lumberjack: ^1.0.0-rc.1" to clipboard
lumberjack: ^1.0.0-rc.1 copied to clipboard

Hierarchical logging for Dart. Supports multiple transports, zones, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lumberjack

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

dependencies:
  lumberjack: ^1.0.0-rc.1

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:lumberjack/lumberjack.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Hierarchical logging for Dart. Supports multiple transports, zones, and more.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

intl, io, logging, meta, quiver_hashcode

More

Packages that depend on lumberjack