tracer 0.2.0 copy "tracer: ^0.2.0" to clipboard
tracer: ^0.2.0 copied to clipboard

A modern, simple and easy-to-implement logging framework for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tracer

With Flutter:

 $ flutter pub add tracer

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

dependencies:
  tracer: ^0.2.0

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:tracer/tracer.dart';
1
likes
150
points
56
downloads

Publisher

verified publisherjhubi1.com

Weekly Downloads

A modern, simple and easy-to-implement logging framework for Dart.

Repository (GitHub)
View/report issues

Topics

#logging #tracer #error

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

event, intl, stack_trace, web

More

Packages that depend on tracer