l 4.1.0-pre.1 l: ^4.1.0-pre.1 copied to clipboard
Cross-platform html/io Logger library with simple API. Manipulate with native and web console. Support ascii colorize output.
4.1.0-pre.1 - 2023-07-13 #
Changed #
- Add
overrideOutput
to options - allow to use custom message formatting and print handler. If returnsnull
then the message will not be output to the console by default logger. You can use it to print to a file or to a database or for raw JSON output.
4.0.1 - 2023-06-06 #
Added #
- Restore
LogMessage
andLogMessageWithStackTrace
classes from JSON - BREAKING: Date format in JSON is now serialized microseconds since epoch instead of seconds since epoch
3.2.0 - 2022-03-30 #
3.0.1 - 2021-03-28 #
3.0.0 - 2021-03-27 #
Changed #
- Total refactoring
- Null safety support
capture
feature- customization through zones
- Simplification
3.0.0-nullsafety.3 - 2021-03-24 #
Added #
capture
featurehandlePrint
featuremessageFormatting
feature
3.0.0-nullsafety.1 - 2021-03-11 #
2.0.0-dev - 2020-08-29 #
1.1.1 - 2020-05-14 #
- Fix terminal at Android Studio in Linux
1.1.0+3 - 2020-05-05 #
- Fix progress table in Readme
1.1.0 - 2020-05-05 #
- Add progress as p method
- Colorize output if supported
1.0.1 - 2020-04-01 #
- Made all prefixes uppercase
1.0.0 - 2020-04-30 #
- Add [wide] for display wide prefix entry
0.9.0 - 2020-04-30 #
- Add a middleware and stream
- Everything is documented
0.1.0 - 2020-04-30 #
- Add mobile support
0.0.1+1 - 2020-04-29 #
- Some cosmetic changes
0.0.1 - 2020-04-29 #
- Initial release with main functional