davianspace_logging 1.0.4
davianspace_logging: ^1.0.4 copied to clipboard
Logging framework for Dart and Flutter inspired by Microsoft.Extensions.Logging with providers, filtering, scopes, structured logs, and JSON output.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add davianspace_loggingWith Flutter:
$ flutter pub add davianspace_loggingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
davianspace_logging: ^1.0.4Alternatively, 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:davianspace_logging/davianspace_logging.dart';