cherrilog 0.3.1 copy "cherrilog: ^0.3.1" to clipboard
cherrilog: ^0.3.1 copied to clipboard

Perhaps the simplest and most useful log library for dart. Lightweight and easy to apply.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cherrilog

With Flutter:

 $ flutter pub add cherrilog

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

dependencies:
  cherrilog: ^0.3.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:cherrilog/cherrilog.dart';
8
likes
135
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Perhaps the simplest and most useful log library for dart. Lightweight and easy to apply.

Repository (GitHub)
View/report issues

Topics

#logging #utility

Documentation

API reference

License

LGPL-2.1 (license)

Dependencies

dart_art, intl, stack_trace

More

Packages that depend on cherrilog