rewind 0.3.4 copy "rewind: ^0.3.4" to clipboard
rewind: ^0.3.4 copied to clipboard

A logging tool that enables you to record any data, with full customization of what is captured and the appearance of your logs at every logging level.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rewind

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

dependencies:
  rewind: ^0.3.4

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:rewind/rewind.dart';
9
likes
60
points
48
downloads

Publisher

verified publishervoyver.com

Weekly Downloads

A logging tool that enables you to record any data, with full customization of what is captured and the appearance of your logs at every logging level.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

anyhow, stack_trace, uuid

More

Packages that depend on rewind