Releases: SourceHorizon/logger
Releases · SourceHorizon/logger
v2.6.2
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
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
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
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
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
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
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
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
Full Changelog: v2.0.2+1...v2.1.0
v2.0.2
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