Skip to content

Releases: SourceHorizon/logger

v2.6.2

05 Oct 23:01
Compare
Choose a tag to compare

What's Changed

  • PrettyPrinter: Fixed the showing of internal package:logger log lines in the stack trace on Flutter/Dart Web.
    Closes #102.
  • Lowered the meta package version requirement.

Full Changelog: v2.6.1...v2.6.2

v2.6.1

21 Jul 00:44
Compare
Choose a tag to compare

What's Changed

  • AdvancedFileOutput: Fix race condition while flushing the buffer. Thanks to @sap1tz (#99).

Full Changelog: v2.6.0...v2.6.1

v2.6.0

23 Jun 11:09
Compare
Choose a tag to compare

What's Changed

  • Added log level comparison operators by @busslina in #90
  • AdvancedFileOutput: Added fileHeader and fileFooter options. Closes #97.

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

06 Apr 10:31
Compare
Choose a tag to compare

What's Changed

  • AdvancedFileOutput: Added support for custom fileUpdateDuration. Thanks to @shlowdy (#86).
  • README: Fixed outdated LogOutput documentation.

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

06 Apr 10:30
Compare
Choose a tag to compare

What's Changed

  • Added pub.dev topics. Thanks to @jonasfj (#74).
  • PrettyPrinter: Added dateTimeFormat option (backwards-compatible with printTime). Fixes #80.

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

06 Apr 10:30
Compare
Choose a tag to compare

What's Changed

  • AdvancedFileOutput: Added file deletion option. Thanks to @lomby92 (#71).

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

06 Apr 10:30
Compare
Choose a tag to compare

What's Changed

  • Added AdvancedFileOutput. Thanks to @pyciko (#65).
  • Added missing acknowledgments in README.

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

06 Apr 10:30
Compare
Choose a tag to compare

What's Changed

  • Improved README explanation about debug mode. Thanks to @gkuga (#57).
  • Added web safe export. Fixes #58.
  • Added logger.init to optionally await any async init() methods. Fixes #61.

New Contributors

  • @gkuga made their first contribution in #57

Full Changelog: v2.0.2+1...v2.1.0

v2.0.2+1

06 Apr 10:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.2+1

v2.0.2

06 Apr 10:29
Compare
Choose a tag to compare

What's Changed

  • Moved the default log level assignment to prevent weird lazy initialization bugs. Mitigates #38.

Full Changelog: v2.0.1...v2.0.2