journal_logging 0.1.0 copy "journal_logging: ^0.1.0" to clipboard
journal_logging: ^0.1.0 copied to clipboard

`logging` compatibility adapter for `journal`.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add journal_logging

With Flutter:

 $ flutter pub add journal_logging

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

dependencies:
  journal_logging: ^0.1.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:journal_logging/journal_logging.dart';
0
likes
150
points
20
downloads

Publisher

verified publisherskreborn.me

Weekly Downloads

`logging` compatibility adapter for `journal`.

Repository (GitHub)
View/report issues

Topics

#journal #logging

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

journal, logging, stack_trace

More

Packages that depend on journal_logging