zlogger 1.0.0 copy "zlogger: ^1.0.0" to clipboard
zlogger: ^1.0.0 copied to clipboard

A lightweight, zone-based structured logger for Dart. Features context propagation, named loggers, and JSON output.

1.0.0 #

  • Initial stable release
  • Core logging API (log.info(), log.debug(), log.warn(), log.error())
  • Named loggers with Log.named()
  • Zone-based context propagation with Log.scope()
  • Structured logging with fields
  • JSON output support
  • Colored console output
  • Custom formatter and handler support
  • DefaultLogger and NullLogger implementations
0
likes
160
points
352
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, zone-based structured logger for Dart. Features context propagation, named loggers, and JSON output.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on zlogger