hi_log 1.0.1 copy "hi_log: ^1.0.1" to clipboard
hi_log: ^1.0.1 copied to clipboard

An abstraction layer for a basic logging library, implemented using the third-party library logger.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hi_log

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

dependencies:
  hi_log: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hi_log/hi_log.dart';
0
likes
140
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An abstraction layer for a basic logging library, implemented using the third-party library logger.

License

BSD-3-Clause (license)

Dependencies

flutter, logger

More

Packages that depend on hi_log