structured_logger 0.0.2 copy "structured_logger: ^0.0.2" to clipboard
structured_logger: ^0.0.2 copied to clipboard

Another logging package, but for structured logging, with the concept of sinks for log output

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add structured_logger

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

dependencies:
  structured_logger: ^0.0.2

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:structured_logger/structured_logger.dart';
0
likes
140
points
14
downloads

Documentation

API reference

Publisher

verified publisheraltamir.dev

Weekly Downloads

Another logging package, but for structured logging, with the concept of sinks for log output

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on structured_logger