journal 0.3.0 journal: ^0.3.0 copied to clipboard
A simple log writer and subscriber usable both from libraries and applications.
0.3.0 #
- [BREAKING] require Dart 3.3.
- [BREAKING] remove source map support.
0.2.0 #
- [BREAKING] use the constant symbol
journalZoneName
instead of the literal#journalName
to specify the name of aZone
. - fix
JournalEntry.level
being unconditionally formatted. - introduce
developer
library. - introduce
android
library andAndroidJournalOutput
.
0.1.0 #
- Initial release.