pulse_logger 0.2.1 copy "pulse_logger: ^0.2.1" to clipboard
pulse_logger: ^0.2.1 copied to clipboard

Dart-first operational event logger for sending sanitized app events to Console and Slack transports.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pulse_logger

With Flutter:

 $ flutter pub add pulse_logger

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

dependencies:
  pulse_logger: ^0.2.1

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:pulse_logger/pulse_logger.dart';
1
likes
160
points
214
downloads

Documentation

API reference

Publisher

verified publishersynapsynclabs.com

Weekly Downloads

Dart-first operational event logger for sending sanitized app events to Console and Slack transports.

Repository (GitHub)
View/report issues

Topics

#logging #slack #observability #diagnostics #alerts

License

MIT (license)

More

Packages that depend on pulse_logger