simplest_logger 1.0.3
simplest_logger: ^1.0.3 copied to clipboard
A lightweight, opinionated, colorful logging utility for Dart applications. Minimal configuration necessary.
0.0.1 #
- Initial version of the package.
0.0.2 #
- Added global log level configuration.
- Added
respectGlobalLogLevel
configuration. - Bumped SDK constraint to
>=3.6.0 <4.0.0
.
0.0.3 #
- Update documentation.
0.0.4 #
- Replace
print
withlog
0.0.5 #
- Revert back.
1.0.0 #
- Initial stable, and ready for production use version of the package.
- Breaking changes in the API design. Be sure to read the README.md file.
1.0.1 #
- Formatting changes in the codebase.
- Pushed changes to GitLab repository.
1.0.2 #
- Refactor
SimplestLogger
to use global configuration and simplify initialization. - Update documentation.
1.0.3 #
- Bump Dart SDK constraint.
- Change repository URL.