codenic_logger 0.5.5-dev.1
codenic_logger: ^0.5.5-dev.1 copied to clipboard
A logger extension for providing structured and mutable log messages.
0.5.5-dev.1 #
- BUG FIX: The
MessageLogPrintershould not throw an exception when used in anIsolate
0.5.4 #
- BUG FIX: Stack trace should not show
codenic_loggerfile traces in Flutter web
0.5.3 #
- Add docs on constructors
- Bump
testfrom1.19.5to1.20.1
0.5.2 #
- Fix printing long log outputs loses color
0.5.1 #
- Export
MessageLogPrinter
0.5.0 #
– Create MessageLogPrinter to change default log output
0.4.2 #
– Update README.md
0.4.1 #
– Update README.md
0.4.0 #
– Redesign MessageLog
0.3.0 #
– Make the data field in MessageLog non-nullable
0.2.1 #
– Update README.md
0.2.0 #
– Add data in MessageLog
0.1.0 #
- First release