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

With Flutter:

 $ flutter 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.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:davianspace_logging/davianspace_logging.dart';
0
likes
160
points
186
downloads

Documentation

API reference

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
Contributing

Topics

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

License

MIT (license)

Dependencies

davianspace_dependencyinjection

More

Packages that depend on davianspace_logging