davianspace_logging 1.0.0 copy "davianspace_logging: ^1.0.0" to clipboard
davianspace_logging: ^1.0.0 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_logging

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

dependencies:
  davianspace_logging: ^1.0.0

Alternatively, your editor might support dart 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';
0
likes
0
points
186
downloads

Publisher

verified publisherdavian.space

Weekly Downloads

Logging framework for Dart and Flutter inspired by Microsoft.Extensions.Logging with providers, filtering, scopes, structured logs, and JSON output.

Repository (GitHub)
View/report issues

Topics

#logging #structured-logging #flutter #architecture #observability

License

unknown (license)

More

Packages that depend on davianspace_logging