simple_dart_logger 1.3.1
simple_dart_logger: ^1.3.1 copied to clipboard
A simple yet extensible logger package written purely in dart. It is purposefully platform agnostic and it doesn't use any dependencies.
1.3.1 #
- updated sdk
1.3.0 #
- BUGFIX fixed issue with loglvl check when colorized logging in ConsoleLogger
- BUGFIX colorized logging works with multilogger now
- colors are now configurable
- improved documentation
- reversed version order in CHANGELOG.md
1.2.1 #
- BUGFIX fixed issue with newly added colorize feature
1.2.0 #
- added support for colorized console logging
1.1.0 #
- Fixed issues with setting log level
- Fixed issues with log level formatting
- added formatter function
- added tests
- improved documentation
1.0.0 #
- Initial version.