logger_builder 0.1.4 copy "logger_builder: ^0.1.4" to clipboard
logger_builder: ^0.1.4 copied to clipboard

A toolkit for creating your own customizable and hierarchical loggers in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add logger_builder

With Flutter:

 $ flutter pub add logger_builder

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

dependencies:
  logger_builder: ^0.1.4

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:logger_builder/logger_builder.dart';
0
likes
160
points
148
downloads

Publisher

verified publisheryet-another.dev

Weekly Downloads

A toolkit for creating your own customizable and hierarchical loggers in Dart.

Repository (GitHub)
View/report issues

Topics

#debugging #logging

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on logger_builder