oklog 1.3.0 copy "oklog: ^1.3.0" to clipboard
oklog: ^1.3.0 copied to clipboard

A simple yet capable logging utility for Dart and Flutter. Just log. ok.

1.3.0 #

  • ErrorAlertSink accepts an optional metadata parameter (Map<String, String>) for attaching common information such as app name, version, and environment to every error report.
  • SlackErrorExporter renders metadata as a context block beneath the error header in the Slack notification.

1.2.0 #

This release contains breaking changes. The API has been significantly redesigned. Please refer to the README for updated usage.

1.1.0 #

  • Added notice log level between info and warn.
  • Added log.obs.event for logging structured observability events.
  • Added log.obs.metric for logging numeric observability metrics.
  • Logger is no longer abstract — instantiate it directly and attach sinks.
  • Renamed ConsoleLogger to DefaultLogger.
  • Removed DummyLogger; use log.sinks.clear() to silence output.
  • Global log variable is now final.

1.0.0 #

  • Initial version.
0
likes
0
points
13
downloads

Publisher

verified publisherzuvola.com

Weekly Downloads

A simple yet capable logging utility for Dart and Flutter. Just log. ok.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on oklog