flutter_devlog 0.1.0 copy "flutter_devlog: ^0.1.0" to clipboard
flutter_devlog: ^0.1.0 copied to clipboard

A lightweight, zero-dependency, extensible colored console logger for Dart and Flutter with source location, JSON, levels, tags and scopes.

0.1.0 #

Initial release.

  • Leveled colored logging: info, success, warn, error, api, storage, ui.
  • Custom LogLevel support with LogPriority for filtering.
  • Optional [file:line] source location (DevLog.includeSource).
  • error and stackTrace parameters forwarded to dart:developer.
  • Tagged logging (tag:) and per-module DevLog.scoped() loggers.
  • DevLog.minPriority filter and DevLog.lazy() for deferred messages.
  • Pretty JSON logging via DevLog.json.
  • Pluggable output via DevLog.onLog; debug-only by default.
1
likes
160
points
78
downloads

Documentation

API reference

Publisher

verified publisherbayajitislam.com

Weekly Downloads

A lightweight, zero-dependency, extensible colored console logger for Dart and Flutter with source location, JSON, levels, tags and scopes.

Repository (GitHub)
View/report issues

Topics

#logging #debug #console

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_devlog