quick_log 5.5.1 quick_log: ^5.5.1 copied to clipboard
An easy to use and extendable logging package for Dart. Especially useful for use in libraries, as it allows applications to control logging from the imported libraries.
5.5.1 #
- add console printer with time
- add clear method to log stream writer
5.5.0 #
- speed up log filtering
- upgrade deps
5.4.1 #
- change
String Function()
todynamic Function()
5.4.0 #
- message can be a callback of type
String Function()
5.3.1 #
- fix onlyLevel condition not working
5.3.0 #
- update for new dart features
5.2.1 #
- fix for warning in non-nullable mode
5.2.0 #
- made Logger message dynamic
5.1.0 #
- refactored LogMessage
5.0.0 #
- added functionality to print stack traces
4.0.3 #
- fix analyzer
4.0.2 #
- minor change
4.0.1 #
- minor change
4.0.0 #
- stable null safe
4.0.0-nullsafety.1 #
- fix bug
4.0.0-nullsafety.0 #
- change run release mode options
3.0.0 #
- make package null safe
2.0.0 #
- refactoring
1.1.4 #
- minor changes
1.1.3 #
- run formatter
1.1.2 #
- add documentation
1.1.1 #
- update dependencies
1.1.0 #
- refactor
- change documentation
1.0.0 #
- promote package to 1.0.0
0.4.1 #
- update dependencies
0.4.0 #
- update dependencies
0.3.1 #
- bug fix
0.3.0 #
- remove dart_console library
0.2.0 #
- update dart_console library
0.1.3 #
- Minor changes
0.1.2 #
- Added option to enable or disable console printer during release mode (disabled by default)
0.1.1 #
- Implement suggestions
0.1.0 #
- Initial version