codenic_logger 4.1.2
codenic_logger: ^4.1.2 copied to clipboard
A logger extension for providing structured and mutable log messages.
4.1.2 #
- Add
MessageLogPrinter.splitTextByCharacterCountto control the number of characters per line when printing logs.
4.1.1 #
- Downgrade
metafrom1.16.0to1.15.0.
4.1.0 #
- JSON encode the
datafield inMessageLogwhen printing logs.
4.0.2 #
- Bump dependency versions.
- Deprecate
MessageLogPrinter.printTime.
4.0.1 #
- Bump
loggerfrom2.0.1to2.0.2+1. - Bump
metafrom1.9.1to1.11.0.
4.0.0 #
- Bump
loggerfrom1.3.0to2.0.1(Includes breaking changes) - Replace
codenicLogger.verbosewithcodenicLogger.trace - Replace
codenicLogger.wtfwithcodenicLogger.fatal
3.0.0 #
- Migrate to Dart 3
2.0.4 #
- Upload
loggerto1.3.0
2.0.3 #
- Downgrade
metato1.8.0
2.0.2 #
- Bump dependencies
2.0.1 #
- Update documentation link in README.md
2.0.0 #
- Deprecate
stackTraceBlocklistRegexin favor ofstackTraceBlocklist - Create
stackTraceBlocklistfor excluding lines from stack trace - Update
README.md - Add
copyWithmethod onCodenicLoggerandMessageLogPrinter
1.0.1 #
- Update README.md
1.0.0 #
- Major release
1.0.0-dev1 #
- Modify constructor of
CodenicLogger - Allow blocklisting of stack trace lines via regex
0.6.1 #
- Bump dependencies
0.6.0 #
– Bump dependencies
0.5.5 #
- Promote from
devtostable
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